Struct windows_sys::Win32::Security::Cryptography::CRL_REVOCATION_INFO
#[repr(C)]pub struct CRL_REVOCATION_INFO {
pub pCrlEntry: *mut CRL_ENTRY,
pub pCrlContext: *mut CRL_CONTEXT,
pub pCrlIssuerChain: *mut CERT_CHAIN_CONTEXT,
}Expand description
Required features: "Win32_Foundation"
Fields§
§pCrlEntry: *mut CRL_ENTRY§pCrlContext: *mut CRL_CONTEXT§pCrlIssuerChain: *mut CERT_CHAIN_CONTEXTTrait Implementations§
§impl Clone for CRL_REVOCATION_INFO
impl Clone for CRL_REVOCATION_INFO
impl Copy for CRL_REVOCATION_INFO
Auto Trait Implementations§
impl RefUnwindSafe for CRL_REVOCATION_INFO
impl !Send for CRL_REVOCATION_INFO
impl !Sync for CRL_REVOCATION_INFO
impl Unpin for CRL_REVOCATION_INFO
impl UnwindSafe for CRL_REVOCATION_INFO
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