Struct fast_protocol::datatypes::packets::PingPacket
source · pub struct PingPacket {
pub id: Long,
}Expand description
Packet to initialize a ping measurement
Fields§
§id: Longid that the response has to include
Trait Implementations§
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