Struct MFCARD_DES
#[repr(C, packed(1))]pub struct MFCARD_DES {
pub PMF_Count: u32,
pub PMF_Type: u32,
pub PMF_Flags: PMF_FLAGS,
pub PMF_ConfigOptions: u8,
pub PMF_IoResourceIndex: u8,
pub PMF_Reserved: [u8; 2],
pub PMF_ConfigRegisterBase: u32,
}
Fields§
§PMF_Count: u32
§PMF_Type: u32
§PMF_Flags: PMF_FLAGS
§PMF_ConfigOptions: u8
§PMF_IoResourceIndex: u8
§PMF_Reserved: [u8; 2]
§PMF_ConfigRegisterBase: u32
Trait Implementations§
§impl Clone for MFCARD_DES
impl Clone for MFCARD_DES
§fn clone(&self) -> MFCARD_DES
fn clone(&self) -> MFCARD_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 MFCARD_DES
Auto Trait Implementations§
impl Freeze for MFCARD_DES
impl RefUnwindSafe for MFCARD_DES
impl Send for MFCARD_DES
impl Sync for MFCARD_DES
impl Unpin for MFCARD_DES
impl UnwindSafe for MFCARD_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