Struct openssl_sys::PKCS7
source · [−]#[repr(C)]pub struct PKCS7 {
pub asn1: *mut c_uchar,
pub length: c_long,
pub state: c_int,
pub detached: c_int,
pub type_: *mut ASN1_OBJECT,
pub d: PKCS7_data,
}
Fields
asn1: *mut c_uchar
length: c_long
state: c_int
detached: c_int
type_: *mut ASN1_OBJECT
d: PKCS7_data
Auto Trait Implementations
impl RefUnwindSafe for PKCS7
impl !Send for PKCS7
impl !Sync for PKCS7
impl Unpin for PKCS7
impl UnwindSafe for PKCS7
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