Struct IX509PublicKey_Vtbl
#[repr(C)]pub struct IX509PublicKey_Vtbl {
pub base__: IDispatch_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: EncodingType) -> HRESULT,
pub InitializeFromEncodedPublicKeyInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: EncodingType) -> HRESULT,
pub Algorithm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Length: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub get_EncodedKey: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT,
pub get_EncodedParameters: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT,
pub ComputeKeyIdentifier: unsafe extern "system" fn(_: *mut c_void, _: KeyIdentifierHashAlgorithm, _: EncodingType, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut c_void, _: *mut c_void, _: EncodingType) -> HRESULT
§InitializeFromEncodedPublicKeyInfo: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: EncodingType) -> HRESULT
§Algorithm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Length: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§get_EncodedKey: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT
§get_EncodedParameters: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT
§ComputeKeyIdentifier: unsafe extern "system" fn(_: *mut c_void, _: KeyIdentifierHashAlgorithm, _: EncodingType, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl IX509PublicKey_Vtbl
impl IX509PublicKey_Vtbl
pub const fn new<Identity: IX509PublicKey_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IX509PublicKey_Vtbl
impl RefUnwindSafe for IX509PublicKey_Vtbl
impl Send for IX509PublicKey_Vtbl
impl Sync for IX509PublicKey_Vtbl
impl Unpin for IX509PublicKey_Vtbl
impl UnwindSafe for IX509PublicKey_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