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