#[repr(C)]#[repr(packed)]pub struct MEM_RANGE {
pub MR_Align: DWORDLONG,
pub MR_nBytes: ULONG,
pub MR_Min: DWORDLONG,
pub MR_Max: DWORDLONG,
pub MR_Flags: DWORD,
pub MR_Reserved: DWORD,
}Fields
MR_Align: DWORDLONGMR_nBytes: ULONGMR_Min: DWORDLONGMR_Max: DWORDLONGMR_Flags: DWORDMR_Reserved: DWORDTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MEM_RANGE
impl Send for MEM_RANGE
impl Sync for MEM_RANGE
impl Unpin for MEM_RANGE
impl UnwindSafe for MEM_RANGE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more