#[repr(C)]
pub struct CTL_INFO { pub dwVersion: u32, pub SubjectUsage: CTL_USAGE, pub ListIdentifier: CRYPT_INTEGER_BLOB, pub SequenceNumber: CRYPT_INTEGER_BLOB, pub ThisUpdate: FILETIME, pub NextUpdate: FILETIME, pub SubjectAlgorithm: CRYPT_ALGORITHM_IDENTIFIER, pub cCTLEntry: u32, pub rgCTLEntry: *mut CTL_ENTRY, pub cExtension: u32, pub rgExtension: *mut CERT_EXTENSION, }
Expand description

Required features: "Win32_Security_Cryptography", "Win32_Foundation"

Fields§

§dwVersion: u32§SubjectUsage: CTL_USAGE§ListIdentifier: CRYPT_INTEGER_BLOB§SequenceNumber: CRYPT_INTEGER_BLOB§ThisUpdate: FILETIME§NextUpdate: FILETIME§SubjectAlgorithm: CRYPT_ALGORITHM_IDENTIFIER§cCTLEntry: u32§rgCTLEntry: *mut CTL_ENTRY§cExtension: u32§rgExtension: *mut CERT_EXTENSION

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.