Struct ISignerCertificate_Vtbl
#[repr(C)]pub struct ISignerCertificate_Vtbl {
pub base__: IDispatch_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: X509PrivateKeyVerify, _: EncodingType, _: *mut c_void) -> HRESULT,
pub get_Certificate: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT,
pub PrivateKey: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub Silent: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetSilent: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
pub ParentWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT,
pub SetParentWindow: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT,
pub UIContextMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetUIContextMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SetPin: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub SignatureInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL, _: X509PrivateKeyVerify, _: EncodingType, _: *mut c_void) -> HRESULT
§get_Certificate: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut *mut c_void) -> HRESULT
§PrivateKey: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§Silent: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetSilent: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
§ParentWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT
§SetParentWindow: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT
§UIContextMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetUIContextMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SetPin: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§SignatureInformation: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
Implementations§
§impl ISignerCertificate_Vtbl
impl ISignerCertificate_Vtbl
pub const fn new<Identity: ISignerCertificate_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for ISignerCertificate_Vtbl
impl RefUnwindSafe for ISignerCertificate_Vtbl
impl Send for ISignerCertificate_Vtbl
impl Sync for ISignerCertificate_Vtbl
impl Unpin for ISignerCertificate_Vtbl
impl UnwindSafe for ISignerCertificate_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