Struct ICertificateKeyUsages_Vtbl
#[repr(C)]pub struct ICertificateKeyUsages_Vtbl {Show 17 fields
pub base__: IInspectable_Vtbl,
pub EncipherOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetEncipherOnly: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub CrlSign: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetCrlSign: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub KeyCertificateSign: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetKeyCertificateSign: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub KeyAgreement: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetKeyAgreement: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub DataEncipherment: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetDataEncipherment: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub KeyEncipherment: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetKeyEncipherment: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub NonRepudiation: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetNonRepudiation: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
pub DigitalSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT,
pub SetDigitalSignature: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT,
}Fields§
§base__: IInspectable_Vtbl§EncipherOnly: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetEncipherOnly: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§CrlSign: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetCrlSign: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§KeyCertificateSign: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetKeyCertificateSign: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§KeyAgreement: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetKeyAgreement: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§DataEncipherment: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetDataEncipherment: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§KeyEncipherment: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetKeyEncipherment: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§NonRepudiation: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetNonRepudiation: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULT§DigitalSignature: unsafe extern "system" fn(_: *mut c_void, _: *mut bool) -> HRESULT§SetDigitalSignature: unsafe extern "system" fn(_: *mut c_void, _: bool) -> HRESULTAuto Trait Implementations§
impl Freeze for ICertificateKeyUsages_Vtbl
impl RefUnwindSafe for ICertificateKeyUsages_Vtbl
impl Send for ICertificateKeyUsages_Vtbl
impl Sync for ICertificateKeyUsages_Vtbl
impl Unpin for ICertificateKeyUsages_Vtbl
impl UnwindSafe for ICertificateKeyUsages_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