pub struct PingPacket(pub [u8; 4]);Tuple Fields§
§0: [u8; 4]Trait Implementations§
Source§impl Debug for PingPacket
impl Debug for PingPacket
Auto Trait Implementations§
impl Freeze for PingPacket
impl RefUnwindSafe for PingPacket
impl Send for PingPacket
impl Sync for PingPacket
impl Unpin for PingPacket
impl UnwindSafe for PingPacket
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