Struct simics_api_sys::cpu_bytes
source · #[repr(C)]pub struct cpu_bytes {
pub size: usize,
pub data: *const uint8,
}
Expand description
Fields§
§size: usize
§data: *const uint8
Trait Implementations§
source§impl Ord for cpu_bytes
impl Ord for cpu_bytes
source§impl PartialOrd for cpu_bytes
impl PartialOrd for cpu_bytes
impl Copy for cpu_bytes
impl Eq for cpu_bytes
impl StructuralPartialEq for cpu_bytes
Auto Trait Implementations§
impl Freeze for cpu_bytes
impl RefUnwindSafe for cpu_bytes
impl !Send for cpu_bytes
impl !Sync for cpu_bytes
impl Unpin for cpu_bytes
impl UnwindSafe for cpu_bytes
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)