Struct wolfssl_sys::Asn1Item
source · #[repr(C)]pub struct Asn1Item {
pub tag: c_uchar,
pub cons: c_uchar,
pub len: word32,
pub data_idx: word32,
}Fields§
§tag: c_uchar§cons: c_uchar§len: word32§data_idx: word32Trait Implementations§
Auto Trait Implementations§
impl Freeze for Asn1Item
impl RefUnwindSafe for Asn1Item
impl Send for Asn1Item
impl Sync for Asn1Item
impl Unpin for Asn1Item
impl UnwindSafe for Asn1Item
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
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)