Struct linux_raw_sys::netlink::if_stats_msg
source · #[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: __u32
Trait 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 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_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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)