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