Struct winapi::um::cfgmgr32::MFCARD_DES
source · #[repr(C)]#[repr(packed)]pub struct MFCARD_DES {
pub PMF_Count: DWORD,
pub PMF_Type: DWORD,
pub PMF_Flags: DWORD,
pub PMF_ConfigOptions: BYTE,
pub PMF_IoResourceIndex: BYTE,
pub PMF_Reserved: [BYTE; 2],
pub PMF_ConfigRegisterBase: DWORD,
}Fields§
§PMF_Count: DWORD§PMF_Type: DWORD§PMF_Flags: DWORD§PMF_ConfigOptions: BYTE§PMF_IoResourceIndex: BYTE§PMF_Reserved: [BYTE; 2]§PMF_ConfigRegisterBase: DWORDTrait Implementations§
source§impl Clone for MFCARD_DES
impl Clone for MFCARD_DES
source§fn clone(&self) -> MFCARD_DES
fn clone(&self) -> MFCARD_DES
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_DES
impl Default for MFCARD_DES
source§fn default() -> MFCARD_DES
fn default() -> MFCARD_DES
Returns the “default value” for a type. Read more