pub struct UnconnectedPing {
pub ping_time: i64,
pub client_guid: u64,
pub magic: Magic,
}Fields§
§ping_time: i64§client_guid: u64§magic: MagicTrait Implementations§
Source§impl Clone for UnconnectedPing
impl Clone for UnconnectedPing
Source§fn clone(&self) -> UnconnectedPing
fn clone(&self) -> UnconnectedPing
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 moreAuto Trait Implementations§
impl Freeze for UnconnectedPing
impl RefUnwindSafe for UnconnectedPing
impl Send for UnconnectedPing
impl Sync for UnconnectedPing
impl Unpin for UnconnectedPing
impl UnsafeUnpin for UnconnectedPing
impl UnwindSafe for UnconnectedPing
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