pub struct MfcStats {
pub packets: u64,
pub bytes: u64,
pub wrong_if: u64,
}
Fields§
§packets: u64
§bytes: u64
§wrong_if: u64
Trait 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.
source§impl PartialEq for MfcStats
impl PartialEq for MfcStats
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
source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)