Struct netscan_os::IcmpTimestampResult
source · Fields
icmp_timestamp_reply: boolip_id: u16ip_ttl: u8Implementations
sourceimpl IcmpTimestampResult
impl IcmpTimestampResult
pub fn new() -> IcmpTimestampResult
Trait Implementations
sourceimpl Clone for IcmpTimestampResult
impl Clone for IcmpTimestampResult
sourcefn clone(&self) -> IcmpTimestampResult
fn clone(&self) -> IcmpTimestampResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IcmpTimestampResult
impl Debug for IcmpTimestampResult
impl Copy for IcmpTimestampResult
Auto Trait Implementations
impl RefUnwindSafe for IcmpTimestampResult
impl Send for IcmpTimestampResult
impl Sync for IcmpTimestampResult
impl Unpin for IcmpTimestampResult
impl UnwindSafe for IcmpTimestampResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more