Struct ICertificateChain_Vtbl
#[repr(C)]pub struct ICertificateChain_Vtbl {
pub base__: IInspectable_Vtbl,
pub Validate: unsafe extern "system" fn(_: *mut c_void, _: *mut ChainValidationResult) -> HRESULT,
pub ValidateWithParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut ChainValidationResult) -> HRESULT,
pub GetCertificates: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut *mut c_void) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§Validate: unsafe extern "system" fn(_: *mut c_void, _: *mut ChainValidationResult) -> HRESULT
§ValidateWithParameters: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void, _: *mut ChainValidationResult) -> HRESULT
§GetCertificates: unsafe extern "system" fn(_: *mut c_void, _: bool, _: *mut *mut c_void) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICertificateChain_Vtbl
impl RefUnwindSafe for ICertificateChain_Vtbl
impl Send for ICertificateChain_Vtbl
impl Sync for ICertificateChain_Vtbl
impl Unpin for ICertificateChain_Vtbl
impl UnwindSafe for ICertificateChain_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