Fields
packets: u64
bytes: u64
wrong_if: u64
Trait Implementations
sourceimpl<T: AsRef<[u8]>> Parseable<MfcStatsBuffer<T>> for MfcStats
impl<T: AsRef<[u8]>> Parseable<MfcStatsBuffer<T>> for MfcStats
sourcefn parse(buf: &MfcStatsBuffer<T>) -> Result<MfcStats, DecodeError>
fn parse(buf: &MfcStatsBuffer<T>) -> Result<MfcStats, DecodeError>
Deserialize the current type.
impl Copy for MfcStats
impl Eq for MfcStats
impl StructuralEq for MfcStats
impl StructuralPartialEq for MfcStats
Auto Trait Implementations
impl RefUnwindSafe for MfcStats
impl Send for MfcStats
impl Sync for MfcStats
impl Unpin for MfcStats
impl UnwindSafe for MfcStats
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more