Struct windows_sys::Win32::Devices::DeviceAndDriverInstallation::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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)