Struct openssl_sys::PKCS7_ENC_CONTENT
source · #[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,
}
Fields§
§content_type: *mut ASN1_OBJECT
§algorithm: *mut X509_ALGOR
§enc_data: *mut ASN1_OCTET_STRING
§cipher: *const EVP_CIPHER
Auto 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