#[repr(C, packed(1))]pub struct MFCARD_DES {
pub PMF_Count: DWORD,
pub PMF_Type: DWORD,
pub PMF_Flags: DWORD,
pub PMF_ConfigOptions: BYTE,
pub PMF_IoResourceIndex: BYTE,
pub PMF_Reserved: [BYTE; 2],
pub PMF_ConfigRegisterBase: DWORD,
}
Fields§
§PMF_Count: DWORD
§PMF_Type: DWORD
§PMF_Flags: DWORD
§PMF_ConfigOptions: BYTE
§PMF_IoResourceIndex: BYTE
§PMF_Reserved: [BYTE; 2]
§PMF_ConfigRegisterBase: DWORD
Trait Implementations§
Source§impl Clone for MFCARD_DES
impl Clone for MFCARD_DES
Source§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