Union openssl_sys::PKCS7_data
source · [−]#[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 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more