#[repr(C)]
pub union pkcs7_st__bindgen_ty_1 {
pub ptr: *mut i8,
pub data: *mut asn1_string_st,
pub sign: *mut pkcs7_signed_st,
pub enveloped: *mut pkcs7_enveloped_st,
pub signed_and_enveloped: *mut pkcs7_signedandenveloped_st,
pub digest: *mut pkcs7_digest_st,
pub encrypted: *mut pkcs7_encrypted_st,
pub other: *mut asn1_type_st,
}
Fields§
§ptr: *mut i8
§data: *mut asn1_string_st
§sign: *mut pkcs7_signed_st
§enveloped: *mut pkcs7_enveloped_st
§signed_and_enveloped: *mut pkcs7_signedandenveloped_st
§digest: *mut pkcs7_digest_st
§encrypted: *mut pkcs7_encrypted_st
§other: *mut asn1_type_st
Trait Implementations§
Source§impl Clone for pkcs7_st__bindgen_ty_1
impl Clone for pkcs7_st__bindgen_ty_1
Source§fn clone(&self) -> pkcs7_st__bindgen_ty_1
fn clone(&self) -> pkcs7_st__bindgen_ty_1
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 moreimpl Copy for pkcs7_st__bindgen_ty_1
Auto Trait Implementations§
impl Freeze for pkcs7_st__bindgen_ty_1
impl RefUnwindSafe for pkcs7_st__bindgen_ty_1
impl !Send for pkcs7_st__bindgen_ty_1
impl !Sync for pkcs7_st__bindgen_ty_1
impl Unpin for pkcs7_st__bindgen_ty_1
impl UnwindSafe for pkcs7_st__bindgen_ty_1
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