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: DWORDLONG MR_nBytes: ULONG MR_Min: DWORDLONG MR_Max: DWORDLONG MR_Flags: DWORD MR_Reserved: DWORD

Trait Implementations

impl Debug for MEM_RANGE
[src]

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

Formats the value using the given formatter.

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