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