pub struct Arp {
pub sender_ip: IpAddr,
pub sender_mac: MacAddress,
pub target_ip: IpAddr,
pub target_mac: MacAddress,
pub operation: u16,
}
Fields§
§sender_ip: IpAddr
§sender_mac: MacAddress
§target_ip: IpAddr
§target_mac: MacAddress
§operation: u16
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Arp
impl RefUnwindSafe for Arp
impl Send for Arp
impl Sync for Arp
impl Unpin for Arp
impl UnwindSafe for Arp
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