Struct windows_sys::Win32::Security::Cryptography::CERT_CRL_CONTEXT_PAIR
[−]#[repr(C)]pub struct CERT_CRL_CONTEXT_PAIR {
pub pCertContext: *const CERT_CONTEXT,
pub pCrlContext: *mut CRL_CONTEXT,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
pCertContext: *const CERT_CONTEXT
pCrlContext: *mut CRL_CONTEXT
Trait Implementations
impl Clone for CERT_CRL_CONTEXT_PAIR
impl Clone for CERT_CRL_CONTEXT_PAIR
impl Copy for CERT_CRL_CONTEXT_PAIR
Auto Trait Implementations
impl RefUnwindSafe for CERT_CRL_CONTEXT_PAIR
impl !Send for CERT_CRL_CONTEXT_PAIR
impl !Sync for CERT_CRL_CONTEXT_PAIR
impl Unpin for CERT_CRL_CONTEXT_PAIR
impl UnwindSafe for CERT_CRL_CONTEXT_PAIR
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