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