#[repr(C)]pub struct mss_mac_mmsl_stats {
pub smd_err_count: u32,
pub ass_err_count: u32,
pub ass_ok_count: u32,
pub frag_count_rx: u32,
pub frag_count_tx: u32,
}Fields§
§smd_err_count: u32< 8 bit count of unknown SMD values received
ass_err_count: u32< 8 bit count of frames with reassembly errors
ass_ok_count: u32< 17 bit count of frames reassembled ok
frag_count_rx: u32< 17 bit count of mPackets received
frag_count_tx: u32< 17 bit count of mPackets sent
Trait Implementations§
Source§impl Clone for mss_mac_mmsl_stats
impl Clone for mss_mac_mmsl_stats
Source§fn clone(&self) -> mss_mac_mmsl_stats
fn clone(&self) -> mss_mac_mmsl_stats
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 mss_mac_mmsl_stats
impl Debug for mss_mac_mmsl_stats
impl Copy for mss_mac_mmsl_stats
Auto Trait Implementations§
impl Freeze for mss_mac_mmsl_stats
impl RefUnwindSafe for mss_mac_mmsl_stats
impl Send for mss_mac_mmsl_stats
impl Sync for mss_mac_mmsl_stats
impl Unpin for mss_mac_mmsl_stats
impl UnwindSafe for mss_mac_mmsl_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