#[repr(C)]#[repr(packed)]pub struct MEM_LARGE_RANGE {
pub MLR_Align: DWORDLONG,
pub MLR_nBytes: ULONGLONG,
pub MLR_Min: DWORDLONG,
pub MLR_Max: DWORDLONG,
pub MLR_Flags: DWORD,
pub MLR_Reserved: DWORD,
}
Fields
MLR_Align: DWORDLONG
MLR_nBytes: ULONGLONG
MLR_Min: DWORDLONG
MLR_Max: DWORDLONG
MLR_Flags: DWORD
MLR_Reserved: DWORD
Trait Implementations
sourceimpl Clone for MEM_LARGE_RANGE
impl Clone for MEM_LARGE_RANGE
sourcefn clone(&self) -> MEM_LARGE_RANGE
fn clone(&self) -> MEM_LARGE_RANGE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for MEM_LARGE_RANGE
Auto Trait Implementations
impl RefUnwindSafe for MEM_LARGE_RANGE
impl Send for MEM_LARGE_RANGE
impl Sync for MEM_LARGE_RANGE
impl Unpin for MEM_LARGE_RANGE
impl UnwindSafe for MEM_LARGE_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