Struct windows_sys::Win32::Security::Cryptography::CTL_INFO
[−]#[repr(C)]pub struct CTL_INFO {
pub dwVersion: u32,
pub SubjectUsage: CTL_USAGE,
pub ListIdentifier: CRYPTOAPI_BLOB,
pub SequenceNumber: CRYPTOAPI_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: CRYPTOAPI_BLOB
SequenceNumber: CRYPTOAPI_BLOB
ThisUpdate: FILETIME
NextUpdate: FILETIME
SubjectAlgorithm: CRYPT_ALGORITHM_IDENTIFIER
cCTLEntry: u32
rgCTLEntry: *mut CTL_ENTRY
cExtension: u32
rgExtension: *mut CERT_EXTENSION
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CTL_INFO
impl !Send for CTL_INFO
impl !Sync for CTL_INFO
impl Unpin for CTL_INFO
impl UnwindSafe for CTL_INFO
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more