pub struct MfcStats {
pub packets: u64,
pub bytes: u64,
pub wrong_if: u64,
}Fields§
§packets: u64§bytes: u64§wrong_if: u64Trait Implementations§
Source§impl<T: AsRef<[u8]>> Parseable<MfcStatsBuffer<T>> for MfcStats
impl<T: AsRef<[u8]>> Parseable<MfcStatsBuffer<T>> for MfcStats
Source§fn 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 StructuralPartialEq for MfcStats
Auto Trait Implementations§
impl Freeze for MfcStats
impl RefUnwindSafe for MfcStats
impl Send for MfcStats
impl Sync for MfcStats
impl Unpin for MfcStats
impl UnwindSafe for MfcStats
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