Struct winapi::cfgmgr32::MEM_LARGE_RESOURCE
[−]
[src]
pub struct MEM_LARGE_RESOURCE { pub MEM_LARGE_Header: MEM_LARGE_DES, pub MEM_LARGE_Data: [MEM_LARGE_RANGE; ::ANYSIZE_ARRAY], }
Fields
MEM_LARGE_Header | |
MEM_LARGE_Data |
Trait Implementations
impl Copy for MEM_LARGE_RESOURCE
[src]
impl Clone for MEM_LARGE_RESOURCE
[src]
fn clone(&self) -> MEM_LARGE_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