Struct libc::arphdr
#[repr(C)]
pub struct arphdr {
pub ar_hrd: u16,
pub ar_pro: u16,
pub ar_hln: u8,
pub ar_pln: u8,
pub ar_op: u16,
}
Fields
pub ar_hrd: u16
pub ar_pro: u16
pub ar_hln: u8
pub ar_pln: u8
pub ar_op: u16
Trait Implementations
impl Debug for arphdr
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Hash for arphdr
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl StructuralEq for arphdr
impl StructuralPartialEq for arphdr
Auto Trait Implementations
impl RefUnwindSafe for arphdr
impl UnwindSafe for arphdr
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T