Struct windows::Win32::Storage::Packaging::Opc::IOpcSigningOptions_Vtbl

#[repr(C)]
pub struct IOpcSigningOptions_Vtbl {
Show 18 fields pub base__: IUnknown_Vtbl, pub GetSignatureId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT, pub SetSignatureId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetSignatureMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT, pub SetSignatureMethod: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetDefaultDigestMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT, pub SetDefaultDigestMethod: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT, pub GetCertificateEmbeddingOption: unsafe extern "system" fn(_: *mut c_void, _: *mut OPC_CERTIFICATE_EMBEDDING_OPTION) -> HRESULT, pub SetCertificateEmbeddingOption: unsafe extern "system" fn(_: *mut c_void, _: OPC_CERTIFICATE_EMBEDDING_OPTION) -> HRESULT, pub GetTimeFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut OPC_SIGNATURE_TIME_FORMAT) -> HRESULT, pub SetTimeFormat: unsafe extern "system" fn(_: *mut c_void, _: OPC_SIGNATURE_TIME_FORMAT) -> HRESULT, pub GetSignaturePartReferenceSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetSignatureRelationshipReferenceSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetCustomObjectSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetCustomReferenceSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetCertificateSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub GetSignaturePartName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT, pub SetSignaturePartName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT,
}

Fields§

§base__: IUnknown_Vtbl§GetSignatureId: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§SetSignatureId: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetSignatureMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§SetSignatureMethod: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetDefaultDigestMethod: unsafe extern "system" fn(_: *mut c_void, _: *mut PWSTR) -> HRESULT§SetDefaultDigestMethod: unsafe extern "system" fn(_: *mut c_void, _: PCWSTR) -> HRESULT§GetCertificateEmbeddingOption: unsafe extern "system" fn(_: *mut c_void, _: *mut OPC_CERTIFICATE_EMBEDDING_OPTION) -> HRESULT§SetCertificateEmbeddingOption: unsafe extern "system" fn(_: *mut c_void, _: OPC_CERTIFICATE_EMBEDDING_OPTION) -> HRESULT§GetTimeFormat: unsafe extern "system" fn(_: *mut c_void, _: *mut OPC_SIGNATURE_TIME_FORMAT) -> HRESULT§SetTimeFormat: unsafe extern "system" fn(_: *mut c_void, _: OPC_SIGNATURE_TIME_FORMAT) -> HRESULT§GetSignaturePartReferenceSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetSignatureRelationshipReferenceSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetCustomObjectSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetCustomReferenceSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetCertificateSet: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§GetSignaturePartName: unsafe extern "system" fn(_: *mut c_void, _: *mut *mut c_void) -> HRESULT§SetSignaturePartName: unsafe extern "system" fn(_: *mut c_void, _: *mut c_void) -> HRESULT

Implementations§

§

impl IOpcSigningOptions_Vtbl

pub const fn new<Identity: IUnknownImpl<Impl = Impl>, Impl: IOpcSigningOptions_Impl, const OFFSET: isize>( ) -> IOpcSigningOptions_Vtbl

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.