#[repr(C)]pub struct PKCS7_SIGN_ENVELOPE {
pub cert: *mut stack_st_X509,
pub crl: *mut stack_st_X509_CRL,
}
Fields
cert: *mut stack_st_X509
crl: *mut stack_st_X509_CRL
Trait Implementations
sourceimpl Clone for PKCS7_SIGN_ENVELOPE
impl Clone for PKCS7_SIGN_ENVELOPE
sourcefn clone(&self) -> PKCS7_SIGN_ENVELOPE
fn clone(&self) -> PKCS7_SIGN_ENVELOPE
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PKCS7_SIGN_ENVELOPE
impl Debug for PKCS7_SIGN_ENVELOPE
sourceimpl Default for PKCS7_SIGN_ENVELOPE
impl Default for PKCS7_SIGN_ENVELOPE
sourceimpl PartialEq<PKCS7_SIGN_ENVELOPE> for PKCS7_SIGN_ENVELOPE
impl PartialEq<PKCS7_SIGN_ENVELOPE> for PKCS7_SIGN_ENVELOPE
sourcefn eq(&self, other: &PKCS7_SIGN_ENVELOPE) -> bool
fn eq(&self, other: &PKCS7_SIGN_ENVELOPE) -> bool
impl Copy for PKCS7_SIGN_ENVELOPE
impl Eq for PKCS7_SIGN_ENVELOPE
impl StructuralEq for PKCS7_SIGN_ENVELOPE
impl StructuralPartialEq for PKCS7_SIGN_ENVELOPE
Auto Trait Implementations
impl RefUnwindSafe for PKCS7_SIGN_ENVELOPE
impl !Send for PKCS7_SIGN_ENVELOPE
impl !Sync for PKCS7_SIGN_ENVELOPE
impl Unpin for PKCS7_SIGN_ENVELOPE
impl UnwindSafe for PKCS7_SIGN_ENVELOPE
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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