Struct IAsymmetricKeyAlgorithmProvider_Vtbl
#[repr(C)]pub struct IAsymmetricKeyAlgorithmProvider_Vtbl {
pub base__: IInspectable_Vtbl,
pub AlgorithmName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub CreateKeyPair: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT,
pub ImportDefaultPrivateKeyBlob: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ImportKeyPairWithBlobType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: CryptographicPrivateKeyBlobType, _: *mut *mut c_void) -> HRESULT,
pub ImportDefaultPublicKeyBlob: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub ImportPublicKeyWithBlobType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: CryptographicPublicKeyBlobType, _: *mut *mut c_void) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§AlgorithmName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§CreateKeyPair: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *mut *mut c_void) -> HRESULT§ImportDefaultPrivateKeyBlob: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§ImportKeyPairWithBlobType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: CryptographicPrivateKeyBlobType, _: *mut *mut c_void) -> HRESULT§ImportDefaultPublicKeyBlob: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut *mut c_void) -> HRESULT§ImportPublicKeyWithBlobType: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: CryptographicPublicKeyBlobType, _: *mut *mut c_void) -> HRESULTAuto Trait Implementations§
impl Freeze for IAsymmetricKeyAlgorithmProvider_Vtbl
impl RefUnwindSafe for IAsymmetricKeyAlgorithmProvider_Vtbl
impl Send for IAsymmetricKeyAlgorithmProvider_Vtbl
impl Sync for IAsymmetricKeyAlgorithmProvider_Vtbl
impl Unpin for IAsymmetricKeyAlgorithmProvider_Vtbl
impl UnwindSafe for IAsymmetricKeyAlgorithmProvider_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