#[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: DWORDTrait 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 Debug for _CERT_REVOCATION_STATUS
impl Debug for _CERT_REVOCATION_STATUS
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