pub struct TbfTlv { /* private fields */ }
Expand description
The TLV header (T and L).
Trait Implementations§
impl Copy for TbfTlv
Auto Trait Implementations§
impl Freeze for TbfTlv
impl RefUnwindSafe for TbfTlv
impl Send for TbfTlv
impl Sync for TbfTlv
impl Unpin for TbfTlv
impl UnwindSafe for TbfTlv
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