#[repr(C)]pub struct _CRL_ENTRY {
pub SerialNumber: CRYPT_INTEGER_BLOB,
pub RevocationDate: FILETIME,
pub cExtension: DWORD,
pub rgExtension: PCERT_EXTENSION,
}Fields§
§SerialNumber: CRYPT_INTEGER_BLOB§RevocationDate: FILETIME§cExtension: DWORD§rgExtension: PCERT_EXTENSIONTrait Implementations§
Source§impl Clone for _CRL_ENTRY
impl Clone for _CRL_ENTRY
Source§fn clone(&self) -> _CRL_ENTRY
fn clone(&self) -> _CRL_ENTRY
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for _CRL_ENTRY
impl Debug for _CRL_ENTRY
impl Copy for _CRL_ENTRY
Auto Trait Implementations§
impl Freeze for _CRL_ENTRY
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§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more