Struct winapi::cfgmgr32::MEM_RESOURCE [] [src]

pub struct MEM_RESOURCE {
    pub MEM_Header: MEM_DES,
    pub MEM_Data: [MEM_RANGE; 1],
}

Fields

MEM_Header: MEM_DES MEM_Data: [MEM_RANGE; 1]

Trait Implementations

impl Debug for MEM_RESOURCE
[src]

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

Formats the value using the given formatter.

impl Copy for MEM_RESOURCE
[src]

impl Clone for MEM_RESOURCE
[src]

fn clone(&self) -> MEM_RESOURCE

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