#[repr(C)]pub struct RtaMfcStats {
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 RtaMfcStats
impl Clone for RtaMfcStats
Source§fn clone(&self) -> RtaMfcStats
fn clone(&self) -> RtaMfcStats
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 RtaMfcStats
impl Debug for RtaMfcStats
impl Copy for RtaMfcStats
Auto Trait Implementations§
impl Freeze for RtaMfcStats
impl RefUnwindSafe for RtaMfcStats
impl Send for RtaMfcStats
impl Sync for RtaMfcStats
impl Unpin for RtaMfcStats
impl UnwindSafe for RtaMfcStats
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