pub struct ArpSlice<'a> { /* private fields */ }Available on crate feature
extractors only.Expand description
ARP packet slice (RFC 826).
Fixed-format 28-byte ARP for Ethernet/IPv4: 8-byte header (htype, ptype, hlen, plen, oper) + sender HA/PA + target HA/PA.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ArpSlice<'a>
impl<'a> RefUnwindSafe for ArpSlice<'a>
impl<'a> Send for ArpSlice<'a>
impl<'a> Sync for ArpSlice<'a>
impl<'a> Unpin for ArpSlice<'a>
impl<'a> UnsafeUnpin for ArpSlice<'a>
impl<'a> UnwindSafe for ArpSlice<'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