#[repr(C)]pub struct CERT_REVOCATION_STATUS {
pub cbSize: DWORD,
pub dwIndex: DWORD,
pub dwError: DWORD,
pub dwReason: DWORD,
pub fHasFreshnessTime: BOOL,
pub dwFreshnessTime: DWORD,
}
Fields§
§cbSize: DWORD
§dwIndex: DWORD
§dwError: DWORD
§dwReason: DWORD
§fHasFreshnessTime: BOOL
§dwFreshnessTime: DWORD
Trait Implementations§
Source§impl Clone for CERT_REVOCATION_STATUS
impl Clone for CERT_REVOCATION_STATUS
Source§fn clone(&self) -> CERT_REVOCATION_STATUS
fn clone(&self) -> CERT_REVOCATION_STATUS
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 Default for CERT_REVOCATION_STATUS
impl Default for CERT_REVOCATION_STATUS
Source§fn default() -> CERT_REVOCATION_STATUS
fn default() -> CERT_REVOCATION_STATUS
Returns the “default value” for a type. Read more
impl Copy for CERT_REVOCATION_STATUS
Auto Trait Implementations§
impl Freeze for CERT_REVOCATION_STATUS
impl RefUnwindSafe for CERT_REVOCATION_STATUS
impl Send for CERT_REVOCATION_STATUS
impl Sync for CERT_REVOCATION_STATUS
impl Unpin for CERT_REVOCATION_STATUS
impl UnwindSafe for CERT_REVOCATION_STATUS
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