Struct netscan_os::IcmpTimestampResult
source · pub struct IcmpTimestampResult {
pub icmp_timestamp_reply: bool,
pub ip_id: u16,
pub ip_ttl: u8,
}Fields§
§icmp_timestamp_reply: bool§ip_id: u16§ip_ttl: u8Implementations§
source§impl IcmpTimestampResult
impl IcmpTimestampResult
pub fn new() -> IcmpTimestampResult
Trait Implementations§
source§impl Clone for IcmpTimestampResult
impl Clone for IcmpTimestampResult
source§fn clone(&self) -> IcmpTimestampResult
fn clone(&self) -> IcmpTimestampResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl 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§
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