#[repr(C)]
pub struct IX509CertificateRequest_Vtbl {
Show 26 fields pub base__: IDispatch_Vtbl, pub Initialize: unsafe extern "system" fn(_: *mut c_void, _: X509CertificateEnrollmentContext) -> HRESULT, pub Encode: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub ResetForEncode: unsafe extern "system" fn(_: *mut c_void) -> HRESULT, pub GetInnerRequest: unsafe extern "system" fn(_: *mut c_void, _: InnerRequestLevel, _: *mut *mut c_void) -> HRESULT, pub Type: unsafe extern "system" fn(_: *mut c_void, _: *mut X509RequestType) -> HRESULT, pub EnrollmentContext: unsafe extern "system" fn(_: *mut c_void, _: *mut X509CertificateEnrollmentContext) -> HRESULT, pub Silent: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetSilent: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub ParentWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT, pub SetParentWindow: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT, pub UIContextMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub SetUIContextMessage: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT, pub SuppressDefaults: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetSuppressDefaults: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub get_RenewalCertificate: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut MaybeUninit<BSTR>) -> HRESULT, pub put_RenewalCertificate: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: MaybeUninit<BSTR>) -> HRESULT, pub ClientId: unsafe extern "system" fn(_: *mut c_void, _: *mut RequestClientInfoClientId) -> HRESULT, pub SetClientId: unsafe extern "system" fn(_: *mut c_void, _: RequestClientInfoClientId) -> HRESULT, pub CspInformations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetCspInformations: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub HashAlgorithm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetHashAlgorithm: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT, pub AlternateSignatureAlgorithm: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT, pub SetAlternateSignatureAlgorithm: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT, pub get_RawData: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut MaybeUninit<BSTR>) -> HRESULT,
}

Fields§

§base__: IDispatch_Vtbl§Initialize: unsafe extern "system" fn(_: *mut c_void, _: X509CertificateEnrollmentContext) -> HRESULT§Encode: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§ResetForEncode: unsafe extern "system" fn(_: *mut c_void) -> HRESULT§GetInnerRequest: unsafe extern "system" fn(_: *mut c_void, _: InnerRequestLevel, _: *mut *mut c_void) -> HRESULT§Type: unsafe extern "system" fn(_: *mut c_void, _: *mut X509RequestType) -> HRESULT§EnrollmentContext: unsafe extern "system" fn(_: *mut c_void, _: *mut X509CertificateEnrollmentContext) -> HRESULT§Silent: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetSilent: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§ParentWindow: unsafe extern "system" fn(_: *mut c_void, _: *mut i32) -> HRESULT§SetParentWindow: unsafe extern "system" fn(_: *mut c_void, _: i32) -> HRESULT§UIContextMessage: unsafe extern "system" fn(_: *mut c_void, _: *mut MaybeUninit<BSTR>) -> HRESULT§SetUIContextMessage: unsafe extern "system" fn(_: *mut c_void, _: MaybeUninit<BSTR>) -> HRESULT§SuppressDefaults: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetSuppressDefaults: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§get_RenewalCertificate: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut MaybeUninit<BSTR>) -> HRESULT§put_RenewalCertificate: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: MaybeUninit<BSTR>) -> HRESULT§ClientId: unsafe extern "system" fn(_: *mut c_void, _: *mut RequestClientInfoClientId) -> HRESULT§SetClientId: unsafe extern "system" fn(_: *mut c_void, _: RequestClientInfoClientId) -> HRESULT§CspInformations: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetCspInformations: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§HashAlgorithm: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetHashAlgorithm: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT§AlternateSignatureAlgorithm: unsafe extern "system" fn(_: *mut c_void, _: *mut VARIANT_BOOL) -> HRESULT§SetAlternateSignatureAlgorithm: unsafe extern "system" fn(_: *mut c_void, _: VARIANT_BOOL) -> HRESULT§get_RawData: unsafe extern "system" fn(_: *mut c_void, _: EncodingType, _: *mut MaybeUninit<BSTR>) -> HRESULT

Implementations§

§

impl IX509CertificateRequest_Vtbl

pub const fn new<Identity, const OFFSET: isize>() -> IX509CertificateRequest_Vtbl
where Identity: IX509CertificateRequest_Impl + IUnknownImpl,

pub fn matches(iid: &GUID) -> bool

Auto Trait Implementations§

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.