#[repr(C)]pub struct Asn1 {
pub item: Asn1Item,
pub depth: c_uchar,
pub end_idx: [word32; 16],
pub data: *mut c_uchar,
pub max: word32,
pub offset: word32,
pub curr: word32,
pub part: c_uchar,
pub file: *mut FILE,
pub nameCb: Asn1OidToNameCb,
}Fields§
§item: Asn1Item§depth: c_uchar§end_idx: [word32; 16]§data: *mut c_uchar§max: word32§offset: word32§curr: word32§part: c_uchar§file: *mut FILE§nameCb: Asn1OidToNameCbTrait Implementations§
Auto Trait Implementations§
impl Freeze for Asn1
impl RefUnwindSafe for Asn1
impl !Send for Asn1
impl !Sync for Asn1
impl Unpin for Asn1
impl UnsafeUnpin for Asn1
impl UnwindSafe for Asn1
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