Struct winapi::cfgmgr32::MEM_DES [] [src]

pub struct MEM_DES {
    pub MD_Count: DWORD,
    pub MD_Type: DWORD,
    pub MD_Alloc_Base: DWORDLONG,
    pub MD_Alloc_End: DWORDLONG,
    pub MD_Flags: DWORD,
    pub MD_Reserved: DWORD,
}

Fields

MD_Count: DWORD MD_Type: DWORD MD_Alloc_Base: DWORDLONG MD_Alloc_End: DWORDLONG MD_Flags: DWORD MD_Reserved: DWORD

Trait Implementations

impl Debug for MEM_DES
[src]

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

Formats the value using the given formatter.

impl Copy for MEM_DES
[src]

impl Clone for MEM_DES
[src]

fn clone(&self) -> MEM_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