Struct libc::arpreq_old
#[repr(C)]
pub struct arpreq_old {
pub arp_pa: ::sockaddr,
pub arp_ha: ::sockaddr,
pub arp_flags: ::c_int,
pub arp_netmask: ::sockaddr,
}
Fields
pub arp_pa: ::sockaddr
pub arp_ha: ::sockaddr
pub arp_flags: ::c_int
pub arp_netmask: ::sockaddr
Trait Implementations
impl Clone for arpreq_old
fn clone(&Self) -> arpreq_old
impl Copy for arpreq_old
impl Debug for arpreq_old
fn fmt(&Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result
impl Eq for arpreq_old
impl Hash for arpreq_old
fn hash<__H: $crate::hash::Hasher>(&Self, state: &mut __H) -> ()
impl PartialEq<arpreq_old> for arpreq_old
fn eq(&Self, other: &arpreq_old) -> bool
fn ne(&Self, other: &arpreq_old) -> bool
impl StructuralEq for arpreq_old
impl StructuralPartialEq for arpreq_old
Auto Trait Implementations
impl RefUnwindSafe for arpreq_old
impl Send for arpreq_old
impl Sync for arpreq_old
impl Unpin for arpreq_old
impl UnwindSafe for arpreq_old
Blanket Implementations
impl<T> BorrowMut<T> for T
where
T: ?Sized,
where
T: ?Sized,
fn borrow_mut(&mut Self) -> &mut T