pub(crate) struct PingArgs {
pub(crate) target: [u8; 64],
pub(crate) target_len: usize,
pub(crate) count: u32,
}Fields§
§target: [u8; 64]§target_len: usize§count: u32Auto Trait Implementations§
impl Freeze for PingArgs
impl RefUnwindSafe for PingArgs
impl Send for PingArgs
impl Sync for PingArgs
impl Unpin for PingArgs
impl UnsafeUnpin for PingArgs
impl UnwindSafe for PingArgs
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