#[repr(C)]pub struct pkcs7_recip_info_st {
pub version: *mut ASN1_INTEGER,
pub issuer_and_serial: *mut PKCS7_ISSUER_AND_SERIAL,
pub key_enc_algor: *mut X509_ALGOR,
pub enc_key: *mut ASN1_OCTET_STRING,
pub cert: *mut X509,
}
Fields§
§version: *mut ASN1_INTEGER
§issuer_and_serial: *mut PKCS7_ISSUER_AND_SERIAL
§key_enc_algor: *mut X509_ALGOR
§enc_key: *mut ASN1_OCTET_STRING
§cert: *mut X509
Trait Implementations§
Source§impl Clone for pkcs7_recip_info_st
impl Clone for pkcs7_recip_info_st
Source§fn clone(&self) -> pkcs7_recip_info_st
fn clone(&self) -> pkcs7_recip_info_st
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_recip_info_st
impl Debug for pkcs7_recip_info_st
Source§impl Default for pkcs7_recip_info_st
impl Default for pkcs7_recip_info_st
Source§impl PartialEq for pkcs7_recip_info_st
impl PartialEq for pkcs7_recip_info_st
impl Copy for pkcs7_recip_info_st
impl Eq for pkcs7_recip_info_st
impl StructuralPartialEq for pkcs7_recip_info_st
Auto Trait Implementations§
impl Freeze for pkcs7_recip_info_st
impl RefUnwindSafe for pkcs7_recip_info_st
impl !Send for pkcs7_recip_info_st
impl !Sync for pkcs7_recip_info_st
impl Unpin for pkcs7_recip_info_st
impl UnwindSafe for pkcs7_recip_info_st
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