#[repr(C)]pub struct ether_arp {
pub ea_hdr: arphdr,
pub arp_sha: [u8; 6],
pub arp_spa: [u8; 4],
pub arp_tha: [u8; 6],
pub arp_tpa: [u8; 4],
}Fields§
§ea_hdr: arphdr§arp_sha: [u8; 6]§arp_spa: [u8; 4]§arp_tha: [u8; 6]§arp_tpa: [u8; 4]Trait Implementations§
impl Copy for ether_arp
Auto Trait Implementations§
impl Freeze for ether_arp
impl RefUnwindSafe for ether_arp
impl Send for ether_arp
impl Sync for ether_arp
impl Unpin for ether_arp
impl UnwindSafe for ether_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