#[repr(C)]pub struct if_stats_msg {
    pub family: __u8,
    pub pad1: __u8,
    pub pad2: __u16,
    pub ifindex: __u32,
    pub filter_mask: __u32,
}Fields§
§family: __u8§pad1: __u8§pad2: __u16§ifindex: __u32§filter_mask: __u32Trait Implementations§
Source§impl Clone for if_stats_msg
 
impl Clone for if_stats_msg
Source§fn clone(&self) -> if_stats_msg
 
fn clone(&self) -> if_stats_msg
Returns a duplicate 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_stats_msg
 
impl Debug for if_stats_msg
impl Copy for if_stats_msg
Auto Trait Implementations§
impl Freeze for if_stats_msg
impl RefUnwindSafe for if_stats_msg
impl Send for if_stats_msg
impl Sync for if_stats_msg
impl Unpin for if_stats_msg
impl UnwindSafe for if_stats_msg
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