Struct winapi::um::cfgmgr32::PCCARD_DES
source · #[repr(C)]#[repr(packed)]pub struct PCCARD_DES {
pub PCD_Count: DWORD,
pub PCD_Type: DWORD,
pub PCD_Flags: DWORD,
pub PCD_ConfigIndex: BYTE,
pub PCD_Reserved: [BYTE; 3],
pub PCD_MemoryCardBase1: DWORD,
pub PCD_MemoryCardBase2: DWORD,
pub PCD_MemoryCardBase: [DWORD; 2],
pub PCD_MemoryFlags: [WORD; 2],
pub PCD_IoFlags: [BYTE; 2],
}
Fields§
§PCD_Count: DWORD
§PCD_Type: DWORD
§PCD_Flags: DWORD
§PCD_ConfigIndex: BYTE
§PCD_Reserved: [BYTE; 3]
§PCD_MemoryCardBase1: DWORD
§PCD_MemoryCardBase2: DWORD
§PCD_MemoryCardBase: [DWORD; 2]
§PCD_MemoryFlags: [WORD; 2]
§PCD_IoFlags: [BYTE; 2]
Trait Implementations§
source§impl Clone for PCCARD_DES
impl Clone for PCCARD_DES
source§fn clone(&self) -> PCCARD_DES
fn clone(&self) -> PCCARD_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 PCCARD_DES
impl Default for PCCARD_DES
source§fn default() -> PCCARD_DES
fn default() -> PCCARD_DES
Returns the “default value” for a type. Read more