Struct windows_sys::Win32::Security::Cryptography::CERT_REVOCATION_STATUS
#[repr(C)]pub struct CERT_REVOCATION_STATUS {
pub cbSize: u32,
pub dwIndex: u32,
pub dwError: u32,
pub dwReason: CERT_REVOCATION_STATUS_REASON,
pub fHasFreshnessTime: BOOL,
pub dwFreshnessTime: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§cbSize: u32
§dwIndex: u32
§dwError: u32
§dwReason: CERT_REVOCATION_STATUS_REASON
§fHasFreshnessTime: BOOL
§dwFreshnessTime: u32
Trait Implementations§
§impl Clone for CERT_REVOCATION_STATUS
impl Clone for CERT_REVOCATION_STATUS
impl Copy for CERT_REVOCATION_STATUS
Auto Trait Implementations§
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