#[repr(C)]pub struct IfStatsMsg {
pub family: u8,
pub ifindex: u32,
pub filter_mask: u32,
/* private fields */
}
Fields§
§family: u8
§ifindex: u32
§filter_mask: u32
Trait Implementations§
Source§impl Clone for IfStatsMsg
impl Clone for IfStatsMsg
Source§fn clone(&self) -> IfStatsMsg
fn clone(&self) -> IfStatsMsg
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 IfStatsMsg
impl Debug for IfStatsMsg
impl Copy for IfStatsMsg
Auto Trait Implementations§
impl Freeze for IfStatsMsg
impl RefUnwindSafe for IfStatsMsg
impl Send for IfStatsMsg
impl Sync for IfStatsMsg
impl Unpin for IfStatsMsg
impl UnwindSafe for IfStatsMsg
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