#[repr(C)]
pub union pkcs7_st__bindgen_ty_1 {
pub ptr: *mut c_char,
pub data: *mut ASN1_OCTET_STRING,
pub sign: *mut PKCS7_SIGNED,
pub enveloped: *mut PKCS7_ENVELOPE,
pub signed_and_enveloped: *mut PKCS7_SIGN_ENVELOPE,
pub digest: *mut PKCS7_DIGEST,
pub encrypted: *mut PKCS7_ENCRYPT,
pub other: *mut ASN1_TYPE,
}
Fields§
§ptr: *mut c_char
§data: *mut ASN1_OCTET_STRING
§sign: *mut PKCS7_SIGNED
§enveloped: *mut PKCS7_ENVELOPE
§signed_and_enveloped: *mut PKCS7_SIGN_ENVELOPE
§digest: *mut PKCS7_DIGEST
§encrypted: *mut PKCS7_ENCRYPT
§other: *mut ASN1_TYPE
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 moreSource§impl Default for pkcs7_st__bindgen_ty_1
impl Default for pkcs7_st__bindgen_ty_1
impl 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