#[repr(C, packed(1))]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 moreimpl Copy for PCCARD_DES
Auto Trait Implementations§
impl Freeze for PCCARD_DES
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more