Struct libc::ifma_msghdr2
source · #[repr(C)]pub struct ifma_msghdr2 {
pub ifmam_msglen: c_ushort,
pub ifmam_version: c_uchar,
pub ifmam_type: c_uchar,
pub ifmam_addrs: c_int,
pub ifmam_flags: c_int,
pub ifmam_index: c_ushort,
pub ifmam_refcount: i32,
}
Fields§
§ifmam_msglen: c_ushort
§ifmam_version: c_uchar
§ifmam_type: c_uchar
§ifmam_addrs: c_int
§ifmam_flags: c_int
§ifmam_index: c_ushort
§ifmam_refcount: i32
Trait 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