Struct windows::Win32::Security::Cryptography::CARD_IMPORT_KEYPAIR
#[repr(C)]pub struct CARD_IMPORT_KEYPAIR {
pub dwVersion: u32,
pub bContainerIndex: u8,
pub PinId: u32,
pub dwKeySpec: u32,
pub dwKeySize: u32,
pub cbInput: u32,
pub pbInput: [u8; 1],
}
Fields§
§dwVersion: u32
§bContainerIndex: u8
§PinId: u32
§dwKeySpec: u32
§dwKeySize: u32
§cbInput: u32
§pbInput: [u8; 1]
Trait Implementations§
§impl Clone for CARD_IMPORT_KEYPAIR
impl Clone for CARD_IMPORT_KEYPAIR
§fn clone(&self) -> CARD_IMPORT_KEYPAIR
fn clone(&self) -> CARD_IMPORT_KEYPAIR
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 more§impl Debug for CARD_IMPORT_KEYPAIR
impl Debug for CARD_IMPORT_KEYPAIR
§impl Default for CARD_IMPORT_KEYPAIR
impl Default for CARD_IMPORT_KEYPAIR
§impl PartialEq for CARD_IMPORT_KEYPAIR
impl PartialEq for CARD_IMPORT_KEYPAIR
§fn eq(&self, other: &CARD_IMPORT_KEYPAIR) -> bool
fn eq(&self, other: &CARD_IMPORT_KEYPAIR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for CARD_IMPORT_KEYPAIR
impl Eq for CARD_IMPORT_KEYPAIR
impl StructuralPartialEq for CARD_IMPORT_KEYPAIR
Auto Trait Implementations§
impl Freeze for CARD_IMPORT_KEYPAIR
impl RefUnwindSafe for CARD_IMPORT_KEYPAIR
impl Send for CARD_IMPORT_KEYPAIR
impl Sync for CARD_IMPORT_KEYPAIR
impl Unpin for CARD_IMPORT_KEYPAIR
impl UnwindSafe for CARD_IMPORT_KEYPAIR
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
)