pub struct PacketBuf { /* private fields */ }Trait Implementations§
Source§impl PayloadMut for PacketBuf
impl PayloadMut for PacketBuf
Source§fn payload_mut(&mut self) -> &mut payload
fn payload_mut(&mut self) -> &mut payload
Retrieve the mutable, inner payload.
Auto Trait Implementations§
impl Freeze for PacketBuf
impl !RefUnwindSafe for PacketBuf
impl !Send for PacketBuf
impl !Sync for PacketBuf
impl Unpin for PacketBuf
impl !UnwindSafe for PacketBuf
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