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