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 duplicate 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 Freeze for IcmpTimestampResult
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