pub struct HistogramIterationValue { /* private fields */ }
Implementations§
Source§impl HistogramIterationValue
impl HistogramIterationValue
pub fn new() -> HistogramIterationValue
pub fn copy_to(&self, target: &mut HistogramIterationValue)
pub fn get_value_iterated_to(&self) -> i64
pub fn get_count_at_value_iterated_to(&self) -> i64
pub fn get_count_added_in_this_iteration_step(&self) -> i64
pub fn get_total_value_to_this_value(&self) -> i64
pub fn get_total_count_to_this_value(&self) -> i64
Trait Implementations§
Source§impl Display for HistogramIterationValue
impl Display for HistogramIterationValue
Source§impl PartialEq for HistogramIterationValue
impl PartialEq for HistogramIterationValue
impl StructuralPartialEq for HistogramIterationValue
Auto Trait Implementations§
impl Freeze for HistogramIterationValue
impl RefUnwindSafe for HistogramIterationValue
impl Send for HistogramIterationValue
impl Sync for HistogramIterationValue
impl Unpin for HistogramIterationValue
impl UnwindSafe for HistogramIterationValue
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