Struct scratchstack_wrapper_aws_lc::PKCS7
source · #[repr(C)]pub struct PKCS7 {
pub ber_bytes: *mut u8,
pub ber_len: usize,
pub type_: *mut ASN1_OBJECT,
pub d: PKCS7__bindgen_ty_1,
}
Fields
ber_bytes: *mut u8
ber_len: usize
type_: *mut ASN1_OBJECT
d: PKCS7__bindgen_ty_1
Trait Implementations
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