#[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: DWORDLONG
MR_nBytes: ULONG
MR_Min: DWORDLONG
MR_Max: DWORDLONG
MR_Flags: DWORD
MR_Reserved: DWORD
Trait 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