Struct rustix::backend::c::rta_mfc_stats
source · #[repr(C)]pub(crate) struct rta_mfc_stats {
pub mfcs_packets: u64,
pub mfcs_bytes: u64,
pub mfcs_wrong_if: u64,
}
Fields§
§mfcs_packets: u64
§mfcs_bytes: u64
§mfcs_wrong_if: u64
Trait Implementations§
source§impl Clone for rta_mfc_stats
impl Clone for rta_mfc_stats
source§fn clone(&self) -> rta_mfc_stats
fn clone(&self) -> rta_mfc_stats
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 rta_mfc_stats
impl Debug for rta_mfc_stats
impl Copy for rta_mfc_stats
Auto Trait Implementations§
impl Freeze for rta_mfc_stats
impl RefUnwindSafe for rta_mfc_stats
impl Send for rta_mfc_stats
impl Sync for rta_mfc_stats
impl Unpin for rta_mfc_stats
impl UnwindSafe for rta_mfc_stats
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