Struct winapi::cfgmgr32::MEM_RANGE
[−]
[src]
pub struct MEM_RANGE { pub MR_Align: DWORDLONG, pub MR_nBytes: ULONG, pub MR_Min: DWORDLONG, pub MR_Max: DWORDLONG, pub MR_Flags: DWORD, pub MR_Reserved: DWORD, }
Fields
MR_Align | |
MR_nBytes | |
MR_Min | |
MR_Max | |
MR_Flags | |
MR_Reserved |
Trait Implementations
impl Copy for MEM_RANGE
[src]
impl Clone for MEM_RANGE
[src]
fn clone(&self) -> MEM_RANGE
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