Struct winapi::cfgmgr32::PCCARD_DES
[−]
[src]
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; PCD_MAX_MEMORY],
pub PCD_MemoryFlags: [WORD; PCD_MAX_MEMORY],
pub PCD_IoFlags: [BYTE; PCD_MAX_IO],
}Fields
PCD_Count | |
PCD_Type | |
PCD_Flags | |
PCD_ConfigIndex | |
PCD_Reserved | |
PCD_MemoryCardBase1 | |
PCD_MemoryCardBase2 | |
PCD_MemoryCardBase | |
PCD_MemoryFlags | |
PCD_IoFlags |
Trait Implementations
impl Copy for PCCARD_DES[src]
impl Clone for PCCARD_DES[src]
fn clone(&self) -> PCCARD_DES
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more