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; 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

impl Debug for PCCARD_DES
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

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