#[repr(C)]pub struct ISmartCardCryptogramStorageKeyInfo_Vtbl {
pub base__: IInspectable_Vtbl,
pub OperationStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardCryptogramGeneratorOperationStatus) -> HRESULT,
pub PublicKeyBlobType: unsafe extern "system" fn(_: *mut c_void, _: *mut CryptographicPublicKeyBlobType) -> HRESULT,
pub PublicKey: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AttestationStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardCryptographicKeyAttestationStatus) -> HRESULT,
pub Attestation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub AttestationCertificateChain: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Capabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardCryptogramStorageKeyCapabilities) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§OperationStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardCryptogramGeneratorOperationStatus) -> HRESULT
§PublicKeyBlobType: unsafe extern "system" fn(_: *mut c_void, _: *mut CryptographicPublicKeyBlobType) -> HRESULT
§PublicKey: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AttestationStatus: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardCryptographicKeyAttestationStatus) -> HRESULT
§Attestation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§AttestationCertificateChain: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Capabilities: unsafe extern "system" fn(_: *mut c_void, _: *mut SmartCardCryptogramStorageKeyCapabilities) -> HRESULT
Auto Trait Implementations§
impl Freeze for ISmartCardCryptogramStorageKeyInfo_Vtbl
impl RefUnwindSafe for ISmartCardCryptogramStorageKeyInfo_Vtbl
impl Send for ISmartCardCryptogramStorageKeyInfo_Vtbl
impl Sync for ISmartCardCryptogramStorageKeyInfo_Vtbl
impl Unpin for ISmartCardCryptogramStorageKeyInfo_Vtbl
impl UnwindSafe for ISmartCardCryptogramStorageKeyInfo_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