Struct fast_protocol::datatypes::packets::LegacyPingPacket
source · pub struct LegacyPingPacket;Expand description
Struct to be able to read a legacy ping packet of a datastream
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LegacyPingPacket
impl RefUnwindSafe for LegacyPingPacket
impl Send for LegacyPingPacket
impl Sync for LegacyPingPacket
impl Unpin for LegacyPingPacket
impl UnwindSafe for LegacyPingPacket
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