Struct windows_sys::Win32::Security::Cryptography::CRL_CONTEXT
[−]#[repr(C)]pub struct CRL_CONTEXT {
pub dwCertEncodingType: u32,
pub pbCrlEncoded: *mut u8,
pub cbCrlEncoded: u32,
pub pCrlInfo: *mut CRL_INFO,
pub hCertStore: HCERTSTORE,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
dwCertEncodingType: u32
pbCrlEncoded: *mut u8
cbCrlEncoded: u32
pCrlInfo: *mut CRL_INFO
hCertStore: HCERTSTORE
Trait Implementations
impl Clone for CRL_CONTEXT
impl Clone for CRL_CONTEXT
impl Copy for CRL_CONTEXT
Auto Trait Implementations
impl RefUnwindSafe for CRL_CONTEXT
impl !Send for CRL_CONTEXT
impl !Sync for CRL_CONTEXT
impl Unpin for CRL_CONTEXT
impl UnwindSafe for CRL_CONTEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more