#[repr(C)]pub struct ASNItem {
pub depth: byte,
pub tag: byte,
pub _bitfield_align_1: [u8; 0],
pub _bitfield_1: __BindgenBitfieldUnit<[u8; 1]>,
pub optional: byte,
}Fields§
§depth: byte§tag: byte§_bitfield_align_1: [u8; 0]§_bitfield_1: __BindgenBitfieldUnit<[u8; 1]>§optional: byteImplementations§
Source§impl ASNItem
impl ASNItem
pub fn constructed(&self) -> byte
pub fn set_constructed(&mut self, val: byte)
pub fn headerOnly(&self) -> byte
pub fn set_headerOnly(&mut self, val: byte)
pub fn new_bitfield_1( constructed: byte, headerOnly: byte, ) -> __BindgenBitfieldUnit<[u8; 1]>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ASNItem
impl RefUnwindSafe for ASNItem
impl Send for ASNItem
impl Sync for ASNItem
impl Unpin for ASNItem
impl UnwindSafe for ASNItem
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