Struct netscan_os::IcmpTimestampResult
source · pub struct IcmpTimestampResult {
pub icmp_timestamp_reply: bool,
pub fingerprints: Vec<PacketFrame>,
}Fields§
§icmp_timestamp_reply: bool§fingerprints: Vec<PacketFrame>Implementations§
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 moreAuto 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