Struct winapi::um::cfgmgr32::PCCARD_RESOURCE
source · #[repr(C)]#[repr(packed)]pub struct PCCARD_RESOURCE {
pub PcCard_Header: PCCARD_DES,
}
Fields§
§PcCard_Header: PCCARD_DES
Trait Implementations§
source§impl Clone for PCCARD_RESOURCE
impl Clone for PCCARD_RESOURCE
source§fn clone(&self) -> PCCARD_RESOURCE
fn clone(&self) -> PCCARD_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 PCCARD_RESOURCE
impl Default for PCCARD_RESOURCE
source§fn default() -> PCCARD_RESOURCE
fn default() -> PCCARD_RESOURCE
Returns the “default value” for a type. Read more