Struct rustpython_vm::stdlib::errno::errors::ifma_msghdr2
source · #[repr(C)]pub struct ifma_msghdr2 {
pub ifmam_msglen: u16,
pub ifmam_version: u8,
pub ifmam_type: u8,
pub ifmam_addrs: i32,
pub ifmam_flags: i32,
pub ifmam_index: u16,
pub ifmam_refcount: i32,
}Fields§
§ifmam_msglen: u16§ifmam_version: u8§ifmam_type: u8§ifmam_addrs: i32§ifmam_flags: i32§ifmam_index: u16§ifmam_refcount: i32Trait Implementations§
source§impl Clone for ifma_msghdr2
impl Clone for ifma_msghdr2
source§fn clone(&self) -> ifma_msghdr2
fn clone(&self) -> ifma_msghdr2
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 ifma_msghdr2
impl Debug for ifma_msghdr2
source§impl Hash for ifma_msghdr2
impl Hash for ifma_msghdr2
source§impl PartialEq<ifma_msghdr2> for ifma_msghdr2
impl PartialEq<ifma_msghdr2> for ifma_msghdr2
source§fn eq(&self, other: &ifma_msghdr2) -> bool
fn eq(&self, other: &ifma_msghdr2) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for ifma_msghdr2
impl Eq for ifma_msghdr2
impl StructuralEq for ifma_msghdr2
impl StructuralPartialEq for ifma_msghdr2
Auto Trait Implementations§
impl RefUnwindSafe for ifma_msghdr2
impl Send for ifma_msghdr2
impl Sync for ifma_msghdr2
impl Unpin for ifma_msghdr2
impl UnwindSafe for ifma_msghdr2
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.