pub struct ArpProbeInput {
pub sender_mac: MacAddr,
pub target_ip: Ipv4Addr,
}
Fields§
§sender_mac: MacAddr
§target_ip: Ipv4Addr
Auto Trait Implementations§
impl Freeze for ArpProbeInput
impl RefUnwindSafe for ArpProbeInput
impl Send for ArpProbeInput
impl Sync for ArpProbeInput
impl Unpin for ArpProbeInput
impl UnwindSafe for ArpProbeInput
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