#[repr(C)]
pub struct CAINFO { pub cbSize: u32, pub CAType: ENUM_CATYPES, pub cCASignatureCerts: u32, pub cCAExchangeCerts: u32, pub cExitModules: u32, pub lPropIdMax: i32, pub lRoleSeparationEnabled: i32, pub cKRACertUsedCount: u32, pub cKRACertCount: u32, pub fAdvancedServer: u32, }
Expand description

Required features: "Win32_Security_Cryptography_Certificates"

Fields§

§cbSize: u32§CAType: ENUM_CATYPES§cCASignatureCerts: u32§cCAExchangeCerts: u32§cExitModules: u32§lPropIdMax: i32§lRoleSeparationEnabled: i32§cKRACertUsedCount: u32§cKRACertCount: u32§fAdvancedServer: u32

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.