#[repr(C)]pub union PKCS7_data {
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
Auto Trait Implementations§
impl Freeze for PKCS7_data
impl RefUnwindSafe for PKCS7_data
impl !Send for PKCS7_data
impl !Sync for PKCS7_data
impl Unpin for PKCS7_data
impl UnwindSafe for PKCS7_data
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 8 bytes