#[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§
Source§impl Clone for PKCS7_SIGN_ENVELOPE
impl Clone for PKCS7_SIGN_ENVELOPE
Source§fn clone(&self) -> PKCS7_SIGN_ENVELOPE
fn clone(&self) -> PKCS7_SIGN_ENVELOPE
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PKCS7_SIGN_ENVELOPE
impl Debug for PKCS7_SIGN_ENVELOPE
Source§impl Default for PKCS7_SIGN_ENVELOPE
impl Default for PKCS7_SIGN_ENVELOPE
Source§impl PartialEq for PKCS7_SIGN_ENVELOPE
impl PartialEq for PKCS7_SIGN_ENVELOPE
impl Copy for PKCS7_SIGN_ENVELOPE
impl Eq for PKCS7_SIGN_ENVELOPE
impl StructuralPartialEq for PKCS7_SIGN_ENVELOPE
Auto Trait Implementations§
impl Freeze for PKCS7_SIGN_ENVELOPE
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§
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