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 | |
MLD_Type | |
MLD_Alloc_Base | |
MLD_Alloc_End | |
MLD_Flags | |
MLD_Reserved |
Trait Implementations
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