Struct IX509CertificateRequestPkcs10V4_Vtbl
#[repr(C)]pub struct IX509CertificateRequestPkcs10V4_Vtbl {
pub base__: IX509CertificateRequestPkcs10V3_Vtbl,
pub ClaimType: unsafe extern "system" fn(_: *mut c_void, _: *mut KeyAttestationClaimType) -> HRESULT,
pub SetClaimType: unsafe extern "system" fn(_: *mut c_void, _: KeyAttestationClaimType) -> HRESULT,
pub AttestPrivateKeyPreferred: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT,
pub SetAttestPrivateKeyPreferred: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT,
}
Fields§
§base__: IX509CertificateRequestPkcs10V3_Vtbl
§ClaimType: unsafe extern "system" fn(_: *mut c_void, _: *mut KeyAttestationClaimType) -> HRESULT
§SetClaimType: unsafe extern "system" fn(_: *mut c_void, _: KeyAttestationClaimType) -> HRESULT
§AttestPrivateKeyPreferred: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT
§SetAttestPrivateKeyPreferred: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT
Implementations§
§impl IX509CertificateRequestPkcs10V4_Vtbl
impl IX509CertificateRequestPkcs10V4_Vtbl
pub const fn new<Identity: IX509CertificateRequestPkcs10V4_Impl, const OFFSET: isize>() -> Self
pub fn matches(iid: &GUID) -> bool
Auto Trait Implementations§
impl Freeze for IX509CertificateRequestPkcs10V4_Vtbl
impl RefUnwindSafe for IX509CertificateRequestPkcs10V4_Vtbl
impl Send for IX509CertificateRequestPkcs10V4_Vtbl
impl Sync for IX509CertificateRequestPkcs10V4_Vtbl
impl Unpin for IX509CertificateRequestPkcs10V4_Vtbl
impl UnwindSafe for IX509CertificateRequestPkcs10V4_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