#[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
sourceimpl Clone for PCCARD_DES
impl Clone for PCCARD_DES
sourcefn clone(&self) -> PCCARD_DES
fn clone(&self) -> PCCARD_DES
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
impl Copy for PCCARD_DES
Auto Trait Implementations
impl RefUnwindSafe for PCCARD_DES
impl Send for PCCARD_DES
impl Sync for PCCARD_DES
impl Unpin for PCCARD_DES
impl UnwindSafe for PCCARD_DES
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more