#[repr(C)]pub struct PKCS7_SIGNED {
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_SIGNED
impl Clone for PKCS7_SIGNED
Source§fn clone(&self) -> PKCS7_SIGNED
fn clone(&self) -> PKCS7_SIGNED
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_SIGNED
impl Debug for PKCS7_SIGNED
Source§impl Default for PKCS7_SIGNED
impl Default for PKCS7_SIGNED
Source§impl PartialEq for PKCS7_SIGNED
impl PartialEq for PKCS7_SIGNED
impl Copy for PKCS7_SIGNED
impl Eq for PKCS7_SIGNED
impl StructuralPartialEq for PKCS7_SIGNED
Auto Trait Implementations§
impl Freeze for PKCS7_SIGNED
impl RefUnwindSafe for PKCS7_SIGNED
impl !Send for PKCS7_SIGNED
impl !Sync for PKCS7_SIGNED
impl Unpin for PKCS7_SIGNED
impl UnwindSafe for PKCS7_SIGNED
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