Expand description
Discretised histogram.
Fields
bucket_bounds: Vec<T>
Bounds of each bucket.
counts: Vec<usize>
Count within each bucket.
Trait Implementations
impl<T> StructuralPartialEq for Histogram<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for Histogram<T> where
T: RefUnwindSafe,
impl<T> Send for Histogram<T> where
T: Send,
impl<T> Sync for Histogram<T> where
T: Sync,
impl<T> Unpin for Histogram<T> where
T: Unpin,
impl<T> UnwindSafe for Histogram<T> where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more