Struct rustpython_vm::stdlib::errno::errors::ifa_msghdr
source · #[repr(C)]pub struct ifa_msghdr {
pub ifam_msglen: u16,
pub ifam_version: u8,
pub ifam_type: u8,
pub ifam_addrs: i32,
pub ifam_flags: i32,
pub ifam_index: u16,
pub ifam_metric: i32,
}
Fields§
§ifam_msglen: u16
§ifam_version: u8
§ifam_type: u8
§ifam_addrs: i32
§ifam_flags: i32
§ifam_index: u16
§ifam_metric: i32
Trait Implementations§
source§impl Clone for ifa_msghdr
impl Clone for ifa_msghdr
source§fn clone(&self) -> ifa_msghdr
fn clone(&self) -> ifa_msghdr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ifa_msghdr
impl Debug for ifa_msghdr
source§impl Hash for ifa_msghdr
impl Hash for ifa_msghdr
source§impl PartialEq<ifa_msghdr> for ifa_msghdr
impl PartialEq<ifa_msghdr> for ifa_msghdr
source§fn eq(&self, other: &ifa_msghdr) -> bool
fn eq(&self, other: &ifa_msghdr) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ifa_msghdr
impl Eq for ifa_msghdr
impl StructuralEq for ifa_msghdr
impl StructuralPartialEq for ifa_msghdr
Auto Trait Implementations§
impl RefUnwindSafe for ifa_msghdr
impl Send for ifa_msghdr
impl Sync for ifa_msghdr
impl Unpin for ifa_msghdr
impl UnwindSafe for ifa_msghdr
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
source§impl<T> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.