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

#[repr(C)]
#[repr(packed)]pub struct MEM_LARGE_DES {
    pub MLD_Count: DWORD,
    pub MLD_Type: DWORD,
    pub MLD_Alloc_Base: DWORDLONG,
    pub MLD_Alloc_End: DWORDLONG,
    pub MLD_Flags: DWORD,
    pub MLD_Reserved: DWORD,
}

Fields

MLD_Count: DWORDMLD_Type: DWORDMLD_Alloc_Base: DWORDLONGMLD_Alloc_End: DWORDLONGMLD_Flags: DWORDMLD_Reserved: DWORD

Trait Implementations

impl Clone for MEM_LARGE_DES[src]

impl Copy for MEM_LARGE_DES[src]

Auto Trait Implementations

impl RefUnwindSafe for MEM_LARGE_DES

impl Send for MEM_LARGE_DES

impl Sync for MEM_LARGE_DES

impl Unpin for MEM_LARGE_DES

impl UnwindSafe for MEM_LARGE_DES

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.