#[repr(C)]pub struct pkcs7_enveloped_st {
pub version: *mut asn1_string_st,
pub recipientinfo: *mut stack_st_PKCS7_RECIP_INFO,
pub enc_data: *mut pkcs7_enc_content_st,
}
Fields§
§version: *mut asn1_string_st
§recipientinfo: *mut stack_st_PKCS7_RECIP_INFO
§enc_data: *mut pkcs7_enc_content_st
Trait Implementations§
Source§impl Clone for pkcs7_enveloped_st
impl Clone for pkcs7_enveloped_st
Source§fn clone(&self) -> pkcs7_enveloped_st
fn clone(&self) -> pkcs7_enveloped_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_enveloped_st
impl Debug for pkcs7_enveloped_st
impl Copy for pkcs7_enveloped_st
Auto Trait Implementations§
impl Freeze for pkcs7_enveloped_st
impl RefUnwindSafe for pkcs7_enveloped_st
impl !Send for pkcs7_enveloped_st
impl !Sync for pkcs7_enveloped_st
impl Unpin for pkcs7_enveloped_st
impl UnwindSafe for pkcs7_enveloped_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