pub struct Stats {
pub packets_rx: u64,
pub packets_tx: u64,
pub acks_ok: u64,
pub acks_timeout: u64,
pub beacons_rx: u64,
pub nodes_discovered: u64,
pub last_rx_ms: u64,
pub last_rssi: Option<i16>,
pub last_snr: Option<i16>,
pub events_dropped: u64,
}Fields§
§packets_rx: u64§packets_tx: u64§acks_ok: u64§acks_timeout: u64§beacons_rx: u64§nodes_discovered: u64§last_rx_ms: u64§last_rssi: Option<i16>§last_snr: Option<i16>§events_dropped: u64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Stats
impl RefUnwindSafe for Stats
impl Send for Stats
impl Sync for Stats
impl Unpin for Stats
impl UnwindSafe for Stats
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)