pub struct AdnInfo(/* private fields */);Expand description
The “additional information” field
This is a 5-bit field used to communicate some more detail about the value; it’s commonly used to communicate simple values (True, False, Null) or specify how many bytes are to follow.
Implementations§
Source§impl AdnInfo
impl AdnInfo
Trait Implementations§
impl Copy for AdnInfo
impl Eq for AdnInfo
impl StructuralPartialEq for AdnInfo
Auto Trait Implementations§
impl Freeze for AdnInfo
impl RefUnwindSafe for AdnInfo
impl Send for AdnInfo
impl Sync for AdnInfo
impl Unpin for AdnInfo
impl UnwindSafe for AdnInfo
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