Struct winapi::cfgmgr32::MEM_RESOURCE
[−]
[src]
pub struct MEM_RESOURCE { pub MEM_Header: MEM_DES, pub MEM_Data: [MEM_RANGE; ::ANYSIZE_ARRAY], }
Fields
MEM_Header | |
MEM_Data |
Trait Implementations
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