Struct rboring_sys::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_1Trait Implementations§
Auto Trait Implementations§
impl Freeze for PKCS7
impl RefUnwindSafe for PKCS7
impl !Send for PKCS7
impl !Sync for PKCS7
impl Unpin for PKCS7
impl UnwindSafe for PKCS7
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)