Struct geom::Histogram [−][src]
pub struct Histogram<T: HgramValue<T>> { count: usize, histogram: Histogram, min: T, max: T, }
Fields
count: usize
histogram: Histogram
min: T
max: T
Implementations
None if empty
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Histogram<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Histogram<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self