Struct windows_sys::Win32::Networking::WinSock::ARP_HEADER
[−]#[repr(C)]pub struct ARP_HEADER {
pub HardwareAddressSpace: u16,
pub ProtocolAddressSpace: u16,
pub HardwareAddressLength: u8,
pub ProtocolAddressLength: u8,
pub Opcode: u16,
pub SenderHardwareAddress: [u8; 1],
}
Expand description
Required features: "Win32_Networking_WinSock"
Fields
HardwareAddressSpace: u16
ProtocolAddressSpace: u16
HardwareAddressLength: u8
ProtocolAddressLength: u8
Opcode: u16
SenderHardwareAddress: [u8; 1]
Trait Implementations
impl Clone for ARP_HEADER
impl Clone for ARP_HEADER
impl Copy for ARP_HEADER
Auto Trait Implementations
impl RefUnwindSafe for ARP_HEADER
impl Send for ARP_HEADER
impl Sync for ARP_HEADER
impl Unpin for ARP_HEADER
impl UnwindSafe for ARP_HEADER
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more