struct Stats {
started: Instant,
last_progress: Instant,
sequence: u64,
displayed: u64,
filtered: u64,
sessions: u64,
}Expand description
Running totals, carried across BLE reconnects so one capture reads as one capture.
Fields§
§started: Instant§last_progress: Instant§sequence: u64§displayed: u64§filtered: u64§sessions: u64Implementations§
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