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