pub struct TLVBlock<'a> {
pub type_id: u16,
pub value: &'a [u8],
}Fields§
§type_id: u16§value: &'a [u8]Implementations§
Trait Implementations§
impl<'a> Copy for TLVBlock<'a>
Auto Trait Implementations§
impl<'a> Freeze for TLVBlock<'a>
impl<'a> RefUnwindSafe for TLVBlock<'a>
impl<'a> Send for TLVBlock<'a>
impl<'a> Sync for TLVBlock<'a>
impl<'a> Unpin for TLVBlock<'a>
impl<'a> UnsafeUnpin for TLVBlock<'a>
impl<'a> UnwindSafe for TLVBlock<'a>
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