Struct raknet::message::InternalPing
source · pub struct InternalPing {
pub send_ping_time: RakNetTime,
}
Fields§
§send_ping_time: RakNetTime
Trait Implementations§
source§impl Debug for InternalPing
impl Debug for InternalPing
source§impl Parse for InternalPing
impl Parse for InternalPing
fn from_bit_stream(bs: &mut BitStreamRead<'_>) -> Result<Self>
Auto Trait Implementations§
impl RefUnwindSafe for InternalPing
impl Send for InternalPing
impl Sync for InternalPing
impl Unpin for InternalPing
impl UnwindSafe for InternalPing
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