Struct ISmartCardCryptogramStorageKeyCharacteristics_Vtbl
#[repr(C)]pub struct ISmartCardCryptogramStorageKeyCharacteristics_Vtbl {
pub base__: IInspectable_Vtbl,
pub StorageKeyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub DateCreated: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT,
pub Algorithm: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardCryptogramStorageKeyAlgorithm) -> HRESULT,
pub Capabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardCryptogramStorageKeyCapabilities) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§StorageKeyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§DateCreated: unsafe extern "system" fn(_: *mut c_void, _: *mut DateTime) -> HRESULT§Algorithm: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardCryptogramStorageKeyAlgorithm) -> HRESULT§Capabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardCryptogramStorageKeyCapabilities) -> HRESULTAuto Trait Implementations§
impl Freeze for ISmartCardCryptogramStorageKeyCharacteristics_Vtbl
impl RefUnwindSafe for ISmartCardCryptogramStorageKeyCharacteristics_Vtbl
impl Send for ISmartCardCryptogramStorageKeyCharacteristics_Vtbl
impl Sync for ISmartCardCryptogramStorageKeyCharacteristics_Vtbl
impl Unpin for ISmartCardCryptogramStorageKeyCharacteristics_Vtbl
impl UnwindSafe for ISmartCardCryptogramStorageKeyCharacteristics_Vtbl
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