#[repr(C)]pub struct PKCS7_ENC_CONTENT {
    pub content_type: *mut ASN1_OBJECT,
    pub algorithm: *mut X509_ALGOR,
    pub enc_data: *mut ASN1_OCTET_STRING,
    pub cipher: *const EVP_CIPHER,
    pub ctx: *const PKCS7_CTX,
}Fields§
§content_type: *mut ASN1_OBJECT§algorithm: *mut X509_ALGOR§enc_data: *mut ASN1_OCTET_STRING§cipher: *const EVP_CIPHER§ctx: *const PKCS7_CTXAuto Trait Implementations§
impl Freeze for PKCS7_ENC_CONTENT
impl RefUnwindSafe for PKCS7_ENC_CONTENT
impl !Send for PKCS7_ENC_CONTENT
impl !Sync for PKCS7_ENC_CONTENT
impl Unpin for PKCS7_ENC_CONTENT
impl UnwindSafe for PKCS7_ENC_CONTENT
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