pub struct ReceivedPing {
pub seq: u16,
pub raw_len: usize,
}Fields§
§seq: u16§raw_len: usizeAuto Trait Implementations§
impl Freeze for ReceivedPing
impl RefUnwindSafe for ReceivedPing
impl Send for ReceivedPing
impl Sync for ReceivedPing
impl Unpin for ReceivedPing
impl UnsafeUnpin for ReceivedPing
impl UnwindSafe for ReceivedPing
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