#[repr(C)]
pub struct CRYPT_REGISTER_ACTIONID { pub cbStruct: u32, pub sInitProvider: CRYPT_TRUST_REG_ENTRY, pub sObjectProvider: CRYPT_TRUST_REG_ENTRY, pub sSignatureProvider: CRYPT_TRUST_REG_ENTRY, pub sCertificateProvider: CRYPT_TRUST_REG_ENTRY, pub sCertificatePolicyProvider: CRYPT_TRUST_REG_ENTRY, pub sFinalPolicyProvider: CRYPT_TRUST_REG_ENTRY, pub sTestPolicyProvider: CRYPT_TRUST_REG_ENTRY, pub sCleanupProvider: CRYPT_TRUST_REG_ENTRY, }
Expand description

Required features: "Win32_Security_WinTrust"

Fields

cbStruct: u32sInitProvider: CRYPT_TRUST_REG_ENTRYsObjectProvider: CRYPT_TRUST_REG_ENTRYsSignatureProvider: CRYPT_TRUST_REG_ENTRYsCertificateProvider: CRYPT_TRUST_REG_ENTRYsCertificatePolicyProvider: CRYPT_TRUST_REG_ENTRYsFinalPolicyProvider: CRYPT_TRUST_REG_ENTRYsTestPolicyProvider: CRYPT_TRUST_REG_ENTRYsCleanupProvider: CRYPT_TRUST_REG_ENTRY

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

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

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.