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 moreimpl Copy 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