Struct netscan_os::IcmpEchoResult
source · pub struct IcmpEchoResult {
pub icmp_echo_reply: bool,
pub fingerprints: Vec<PacketFrame>,
}Fields§
§icmp_echo_reply: bool§fingerprints: Vec<PacketFrame>Implementations§
source§impl IcmpEchoResult
impl IcmpEchoResult
pub fn new() -> IcmpEchoResult
Trait Implementations§
source§impl Clone for IcmpEchoResult
impl Clone for IcmpEchoResult
source§fn clone(&self) -> IcmpEchoResult
fn clone(&self) -> IcmpEchoResult
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 IcmpEchoResult
impl Send for IcmpEchoResult
impl Sync for IcmpEchoResult
impl Unpin for IcmpEchoResult
impl UnwindSafe for IcmpEchoResult
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