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

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: DWORD MLD_Type: DWORD MLD_Alloc_Base: DWORDLONG MLD_Alloc_End: DWORDLONG MLD_Flags: DWORD MLD_Reserved: DWORD

Trait Implementations

impl Debug for MEM_LARGE_DES
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for MEM_LARGE_DES
[src]

impl Clone for MEM_LARGE_DES
[src]

fn clone(&self) -> MEM_LARGE_DES

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more