Struct ICertificateQuery_Vtbl
#[repr(C)]pub struct ICertificateQuery_Vtbl {
pub base__: IInspectable_Vtbl,
pub EnhancedKeyUsages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub IssuerName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetIssuerName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub FriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT,
pub SetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
pub Thumbprint: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut u8) -> HRESULT,
pub SetThumbprint: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT,
pub HardwareOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetHardwareOnly: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}
Fields§
§base__: IInspectable_Vtbl
§EnhancedKeyUsages: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§IssuerName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetIssuerName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§FriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT
§SetFriendlyName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT
§Thumbprint: unsafe extern "system" fn(_: *mut c_void, _: *mut u32, _: *mut *mut u8) -> HRESULT
§SetThumbprint: unsafe extern "system" fn(_: *mut c_void, _: u32, _: *const u8) -> HRESULT
§HardwareOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT
§SetHardwareOnly: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT
Auto Trait Implementations§
impl Freeze for ICertificateQuery_Vtbl
impl RefUnwindSafe for ICertificateQuery_Vtbl
impl Send for ICertificateQuery_Vtbl
impl Sync for ICertificateQuery_Vtbl
impl Unpin for ICertificateQuery_Vtbl
impl UnwindSafe for ICertificateQuery_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