Struct 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
arp_pa: sockaddrarp_ha: sockaddrarp_flags: c_intarp_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 Formatter<'_>) -> Result
impl Eq for arpreq_old
impl Hash for arpreq_old
fn hash<__H: Hasher>(&self, state: &mut __H)
impl PartialEq for arpreq_old
fn eq(&self, other: &arpreq_old) -> bool
impl StructuralPartialEq for arpreq_old
Auto Trait Implementations
impl Freeze for arpreq_old
impl RefUnwindSafe for arpreq_old
impl Send for arpreq_old
impl Sync for arpreq_old
impl Unpin for arpreq_old
impl UnsafeUnpin for arpreq_old
impl UnwindSafe for arpreq_old
Blanket Implementations
impl<T> Any for arpreq_old
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for arpreq_old
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for arpreq_old
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for arpreq_old
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for arpreq_old
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into<U> for arpreq_old
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for arpreq_old
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for arpreq_old
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>