Struct windows_sys::Win32::Security::Cryptography::CRL_ENTRY
[−]#[repr(C)]pub struct CRL_ENTRY {
pub SerialNumber: CRYPTOAPI_BLOB,
pub RevocationDate: FILETIME,
pub cExtension: u32,
pub rgExtension: *mut CERT_EXTENSION,
}
Expand description
Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’
Fields
SerialNumber: CRYPTOAPI_BLOB
RevocationDate: FILETIME
cExtension: u32
rgExtension: *mut CERT_EXTENSION
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CRL_ENTRY
impl !Send for CRL_ENTRY
impl !Sync for CRL_ENTRY
impl Unpin for CRL_ENTRY
impl UnwindSafe for CRL_ENTRY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more