#[repr(C)]pub struct CRL_FIND_ISSUED_FOR_PARA {
pub pSubjectCert: *const CERT_CONTEXT,
pub pIssuerCert: *const CERT_CONTEXT,
}
Expand description
Required features: "Win32_Security_Cryptography"
, "Win32_Foundation"
Fields
pSubjectCert: *const CERT_CONTEXT
pIssuerCert: *const CERT_CONTEXT
Trait Implementations
impl Clone for CRL_FIND_ISSUED_FOR_PARA
impl Clone for CRL_FIND_ISSUED_FOR_PARA
impl Copy for CRL_FIND_ISSUED_FOR_PARA
Auto Trait Implementations
impl RefUnwindSafe for CRL_FIND_ISSUED_FOR_PARA
impl !Send for CRL_FIND_ISSUED_FOR_PARA
impl !Sync for CRL_FIND_ISSUED_FOR_PARA
impl Unpin for CRL_FIND_ISSUED_FOR_PARA
impl UnwindSafe for CRL_FIND_ISSUED_FOR_PARA
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