Struct netscan_os::IcmpInformationResult
source · pub struct IcmpInformationResult {
pub icmp_information_reply: bool,
pub ip_id: u16,
pub ip_ttl: u8,
}Fields
icmp_information_reply: boolip_id: u16ip_ttl: u8Implementations
sourceimpl IcmpInformationResult
impl IcmpInformationResult
pub fn new() -> IcmpInformationResult
Trait Implementations
sourceimpl Clone for IcmpInformationResult
impl Clone for IcmpInformationResult
sourcefn clone(&self) -> IcmpInformationResult
fn clone(&self) -> IcmpInformationResult
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for IcmpInformationResult
impl Debug for IcmpInformationResult
impl Copy for IcmpInformationResult
Auto Trait Implementations
impl RefUnwindSafe for IcmpInformationResult
impl Send for IcmpInformationResult
impl Sync for IcmpInformationResult
impl Unpin for IcmpInformationResult
impl UnwindSafe for IcmpInformationResult
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more