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: bool§ip_id: u16§ip_ttl: u8Implementations§
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 moresource§impl 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§
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