pub struct PktLine(pub Vec<u8>);Tuple Fields§
§0: Vec<u8>Implementations§
Trait Implementations§
impl Eq for PktLine
impl StructuralPartialEq for PktLine
Auto Trait Implementations§
impl Freeze for PktLine
impl RefUnwindSafe for PktLine
impl Send for PktLine
impl Sync for PktLine
impl Unpin for PktLine
impl UnsafeUnpin for PktLine
impl UnwindSafe for PktLine
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