pub struct PacketRecv { /* private fields */ }Expand description
Received packet
Implementations§
Trait Implementations§
Source§impl Debug for PacketRecv
impl Debug for PacketRecv
Source§impl Drop for PacketRecv
impl Drop for PacketRecv
Auto Trait Implementations§
impl !Send for PacketRecv
impl !Sync for PacketRecv
impl Freeze for PacketRecv
impl RefUnwindSafe for PacketRecv
impl Unpin for PacketRecv
impl UnsafeUnpin for PacketRecv
impl UnwindSafe for PacketRecv
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