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