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