Struct winapi::um::cfgmgr32::MEM_LARGE_RANGE[][src]

#[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: DWORDLONGMLR_nBytes: ULONGLONGMLR_Min: DWORDLONGMLR_Max: DWORDLONGMLR_Flags: DWORDMLR_Reserved: DWORD

Trait Implementations

impl Clone for MEM_LARGE_RANGE[src]

impl Copy for MEM_LARGE_RANGE[src]

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

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.