pub struct TLVEntry {
pub key: u16,
pub value: Vec<u8>,
}
Fields§
§key: u16
§value: Vec<u8>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TLVEntry
impl RefUnwindSafe for TLVEntry
impl Send for TLVEntry
impl Sync for TLVEntry
impl Unpin for TLVEntry
impl UnwindSafe for TLVEntry
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