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