Struct winapi::cfgmgr32::MEM_LARGE_RANGE
[−]
[src]
pub struct MEM_LARGE_RANGE {
pub MLR_Align: DWORDLONG,
pub MLR_nBytes: ULONGLONG,
pub MLR_Min: DWORDLONG,
pub MLR_Max: DWORDLONG,
pub MLR_Flags: DWORD,
pub MLR_Reserved: DWORD,
}Fields
MLR_Align | |
MLR_nBytes | |
MLR_Min | |
MLR_Max | |
MLR_Flags | |
MLR_Reserved |
Trait Implementations
impl Copy for MEM_LARGE_RANGE[src]
impl Clone for MEM_LARGE_RANGE[src]
fn clone(&self) -> MEM_LARGE_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