Struct VMEMR
#[repr(C)]pub struct VMEMR {}
Fields§
§next: *mut VMEMR
§prev: *mut VMEMR
§pUp: *mut VMEMR
§pDown: *mut VMEMR
§pLeft: *mut VMEMR
§pRight: *mut VMEMR
§ptr: usize
§size: u32
§x: u32
§y: u32
§cx: u32
§cy: u32
§flags: u32
§pBits: usize
§bDiscardable: BOOL
Trait Implementations§
impl Copy for VMEMR
impl StructuralPartialEq for VMEMR
Auto Trait Implementations§
impl Freeze for VMEMR
impl RefUnwindSafe for VMEMR
impl !Send for VMEMR
impl !Sync for VMEMR
impl Unpin for VMEMR
impl UnwindSafe for VMEMR
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