pub struct Tag(pub u16);Expand description
The tag of a field.
The tag is equivalent to the bmp-number in the Zvt documentation.
Tuple Fields§
§0: u16Trait Implementations§
Source§impl Encoding<Tag> for Default
Default encoding for Tag.
impl Encoding<Tag> for Default
Default encoding for Tag.
The default is when the Tag is used as a Bmp-number or as a Tlv-tag.
impl StructuralPartialEq for Tag
Auto Trait Implementations§
impl Freeze for Tag
impl RefUnwindSafe for Tag
impl Send for Tag
impl Sync for Tag
impl Unpin for Tag
impl UnwindSafe for Tag
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