Struct winapi::um::cfgmgr32::MEM_LARGE_RESOURCE
source · #[repr(C)]#[repr(packed)]pub struct MEM_LARGE_RESOURCE {
pub MEM_LARGE_Header: MEM_LARGE_DES,
pub MEM_LARGE_Data: [MEM_LARGE_RANGE; 1],
}
Fields§
§MEM_LARGE_Header: MEM_LARGE_DES
§MEM_LARGE_Data: [MEM_LARGE_RANGE; 1]
Trait Implementations§
source§impl Clone for MEM_LARGE_RESOURCE
impl Clone for MEM_LARGE_RESOURCE
source§fn clone(&self) -> MEM_LARGE_RESOURCE
fn clone(&self) -> MEM_LARGE_RESOURCE
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for MEM_LARGE_RESOURCE
impl Default for MEM_LARGE_RESOURCE
source§fn default() -> MEM_LARGE_RESOURCE
fn default() -> MEM_LARGE_RESOURCE
Returns the “default value” for a type. Read more