Struct zero_packet::packet::builder::ArpHeaderState
source · pub struct ArpHeaderState;
Expand description
Zero-sized struct representing the ArpHeader
state of the PacketBuilder
state machine.
Auto Trait Implementations§
impl Freeze for ArpHeaderState
impl RefUnwindSafe for ArpHeaderState
impl Send for ArpHeaderState
impl Sync for ArpHeaderState
impl Unpin for ArpHeaderState
impl UnwindSafe for ArpHeaderState
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