pub struct RingLoss {
pub overwritten: u64,
pub unavailable: u64,
}Expand description
Counters skipped while walking a ring.
Fields§
§overwritten: u64Counters older than the current ring window.
Counters inside the readable window whose slot was definitively unavailable, wrapped, corrupt, or carried an unexpected frame id.
Implementations§
Trait Implementations§
impl Copy for RingLoss
impl Eq for RingLoss
impl StructuralPartialEq for RingLoss
Auto Trait Implementations§
impl Freeze for RingLoss
impl RefUnwindSafe for RingLoss
impl Send for RingLoss
impl Sync for RingLoss
impl Unpin for RingLoss
impl UnsafeUnpin for RingLoss
impl UnwindSafe for RingLoss
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