pub struct LatencyPingResponse {
pub request_id: i32,
}
Fields§
§request_id: i32
Trait Implementations§
Source§impl BaseParser for LatencyPingResponse
impl BaseParser for LatencyPingResponse
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for LatencyPingResponse
impl Clone for LatencyPingResponse
Source§fn clone(&self) -> LatencyPingResponse
fn clone(&self) -> LatencyPingResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LatencyPingResponse
impl Debug for LatencyPingResponse
Source§impl Default for LatencyPingResponse
impl Default for LatencyPingResponse
Source§fn default() -> LatencyPingResponse
fn default() -> LatencyPingResponse
Returns the “default value” for a type. Read more
Source§impl PacketVariable for LatencyPingResponse
impl PacketVariable for LatencyPingResponse
Source§impl PartialEq for LatencyPingResponse
impl PartialEq for LatencyPingResponse
impl StructuralPartialEq for LatencyPingResponse
Auto Trait Implementations§
impl Freeze for LatencyPingResponse
impl RefUnwindSafe for LatencyPingResponse
impl Send for LatencyPingResponse
impl Sync for LatencyPingResponse
impl Unpin for LatencyPingResponse
impl UnwindSafe for LatencyPingResponse
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