Struct PCCARD_DES
#[repr(C, packed(1))]pub struct PCCARD_DES {
pub PCD_Count: u32,
pub PCD_Type: u32,
pub PCD_Flags: PCD_FLAGS,
pub PCD_ConfigIndex: u8,
pub PCD_Reserved: [u8; 3],
pub PCD_MemoryCardBase1: u32,
pub PCD_MemoryCardBase2: u32,
pub PCD_MemoryCardBase: [u32; 2],
pub PCD_MemoryFlags: [u16; 2],
pub PCD_IoFlags: [u8; 2],
}
Fields§
§PCD_Count: u32
§PCD_Type: u32
§PCD_Flags: PCD_FLAGS
§PCD_ConfigIndex: u8
§PCD_Reserved: [u8; 3]
§PCD_MemoryCardBase1: u32
§PCD_MemoryCardBase2: u32
§PCD_MemoryCardBase: [u32; 2]
§PCD_MemoryFlags: [u16; 2]
§PCD_IoFlags: [u8; 2]
Trait Implementations§
§impl Clone for PCCARD_DES
impl Clone for PCCARD_DES
§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