Struct IX509EndorsementKey_Vtbl
#[repr(C)]pub struct IX509EndorsementKey_Vtbl {
pub base__: IDispatch_Vtbl,
pub ProviderName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetProviderName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Length: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub Opened: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub AddCertificate: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut c_void) -> HRESULT,
pub RemoveCertificate: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut c_void) -> HRESULT,
pub GetCertificateByIndex: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: i32, _: EncodingType, _: *mut *mut c_void) -> HRESULT,
pub GetCertificateCount: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut i32) -> HRESULT,
pub ExportPublicKey: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Open: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
pub Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§ProviderName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetProviderName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Length: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§Opened: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§AddCertificate: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut c_void) -> HRESULT
§RemoveCertificate: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut c_void) -> HRESULT
§GetCertificateByIndex: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: i32, _: EncodingType, _: *mut *mut c_void) -> HRESULT
§GetCertificateCount: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: *mut i32) -> HRESULT
§ExportPublicKey: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Open: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
§Close: unsafe extern "system" fn(_: *mut c_void) -> HRESULT
Implementations§
§impl IX509EndorsementKey_Vtbl
impl IX509EndorsementKey_Vtbl
pub const fn new<Identity: IX509EndorsementKey_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IX509EndorsementKey_Vtbl
impl RefUnwindSafe for IX509EndorsementKey_Vtbl
impl Send for IX509EndorsementKey_Vtbl
impl Sync for IX509EndorsementKey_Vtbl
impl Unpin for IX509EndorsementKey_Vtbl
impl UnwindSafe for IX509EndorsementKey_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