pub struct ProbeInput {
pub sender_mac: MacAddr,
pub target_ip: Ipv4Addr,
}
Fields§
§sender_mac: MacAddr
§target_ip: Ipv4Addr
Trait Implementations§
Source§impl Clone for ProbeInput
impl Clone for ProbeInput
Source§fn clone(&self) -> ProbeInput
fn clone(&self) -> ProbeInput
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 moreSource§impl Debug for ProbeInput
impl Debug for ProbeInput
Source§impl Hash for ProbeInput
impl Hash for ProbeInput
Source§impl Ord for ProbeInput
impl Ord for ProbeInput
Source§fn cmp(&self, other: &ProbeInput) -> Ordering
fn cmp(&self, other: &ProbeInput) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ProbeInput
impl PartialEq for ProbeInput
Source§impl PartialOrd for ProbeInput
impl PartialOrd for ProbeInput
impl Copy for ProbeInput
impl Eq for ProbeInput
impl StructuralPartialEq for ProbeInput
Auto Trait Implementations§
impl Freeze for ProbeInput
impl RefUnwindSafe for ProbeInput
impl Send for ProbeInput
impl Sync for ProbeInput
impl Unpin for ProbeInput
impl UnwindSafe for ProbeInput
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