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 | |
MD_Type | |
MD_Alloc_Base | |
MD_Alloc_End | |
MD_Flags | |
MD_Reserved |
Trait Implementations
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