#[repr(C)]pub(crate) struct PingReply {
pub(crate) seq: u16,
pub(crate) rtt_us: u64,
}Fields§
§seq: u16§rtt_us: u64Auto Trait Implementations§
impl Freeze for PingReply
impl RefUnwindSafe for PingReply
impl Send for PingReply
impl Sync for PingReply
impl Unpin for PingReply
impl UnsafeUnpin for PingReply
impl UnwindSafe for PingReply
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