Struct libc::if_msghdr2
source · #[repr(C)]#[repr(packed(4))]pub struct if_msghdr2 {
pub ifm_msglen: c_ushort,
pub ifm_version: c_uchar,
pub ifm_type: c_uchar,
pub ifm_addrs: c_int,
pub ifm_flags: c_int,
pub ifm_index: c_ushort,
pub ifm_snd_len: c_int,
pub ifm_snd_maxlen: c_int,
pub ifm_snd_drops: c_int,
pub ifm_timer: c_int,
pub ifm_data: if_data64,
}
Fields§
§ifm_msglen: c_ushort
§ifm_version: c_uchar
§ifm_type: c_uchar
§ifm_addrs: c_int
§ifm_flags: c_int
§ifm_index: c_ushort
§ifm_snd_len: c_int
§ifm_snd_maxlen: c_int
§ifm_snd_drops: c_int
§ifm_timer: c_int
§ifm_data: if_data64
Trait Implementations§
source§impl Clone for if_msghdr2
impl Clone for if_msghdr2
source§fn clone(&self) -> if_msghdr2
fn clone(&self) -> if_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 if_msghdr2
impl Debug for if_msghdr2
source§impl Hash for if_msghdr2
impl Hash for if_msghdr2
source§impl PartialEq<if_msghdr2> for if_msghdr2
impl PartialEq<if_msghdr2> for if_msghdr2
source§fn eq(&self, other: &if_msghdr2) -> bool
fn eq(&self, other: &if_msghdr2) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for if_msghdr2
impl Eq for if_msghdr2
Auto Trait Implementations§
impl RefUnwindSafe for if_msghdr2
impl Send for if_msghdr2
impl Sync for if_msghdr2
impl Unpin for if_msghdr2
impl UnwindSafe for if_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