pub struct TagAndLength {
pub class: i32,
pub tag: i32,
pub length: usize,
pub is_compound: bool,
}
Fields§
§class: i32
§tag: i32
§length: usize
§is_compound: bool
Trait Implementations§
Source§impl Debug for TagAndLength
impl Debug for TagAndLength
Source§impl Default for TagAndLength
impl Default for TagAndLength
Source§fn default() -> TagAndLength
fn default() -> TagAndLength
Returns the “default value” for a type. Read more
Source§impl Encoder for TagAndLength
impl Encoder for TagAndLength
Source§impl PartialEq for TagAndLength
impl PartialEq for TagAndLength
impl StructuralPartialEq for TagAndLength
Auto Trait Implementations§
impl Freeze for TagAndLength
impl RefUnwindSafe for TagAndLength
impl Send for TagAndLength
impl Sync for TagAndLength
impl Unpin for TagAndLength
impl UnwindSafe for TagAndLength
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