Struct windows::Win32::Security::Cryptography::Certificates::IX509Extension_Vtbl
#[repr(C)]pub struct IX509Extension_Vtbl {
pub base__: IDispatch_Vtbl,
pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: EncodingType, _: MaybeUninit<BSTR>) -> HRESULT,
pub ObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub get_RawData: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut MaybeUninit<BSTR>) -> HRESULT,
pub Critical: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetCritical: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IDispatch_Vtbl
§Initialize: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: EncodingType, _: MaybeUninit<BSTR>) -> HRESULT
§ObjectId: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§get_RawData: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut MaybeUninit<BSTR>) -> HRESULT
§Critical: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetCritical: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
Implementations§
§impl IX509Extension_Vtbl
impl IX509Extension_Vtbl
pub const fn new<Identity, const OFFSET: isize>() -> IX509Extension_Vtblwhere
Identity: IX509Extension_Impl + IUnknownImpl,
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IX509Extension_Vtbl
impl RefUnwindSafe for IX509Extension_Vtbl
impl Send for IX509Extension_Vtbl
impl Sync for IX509Extension_Vtbl
impl Unpin for IX509Extension_Vtbl
impl UnwindSafe for IX509Extension_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