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