#[repr(i32)]pub enum BinMethod {
Sqrt = -1,
Sturges = -2,
Rice = -3,
Scott = -4,
}Expand description
Binning methods for histograms
Variants§
Trait Implementations§
impl Copy for BinMethod
impl Eq for BinMethod
impl StructuralPartialEq for BinMethod
Auto Trait Implementations§
impl Freeze for BinMethod
impl RefUnwindSafe for BinMethod
impl Send for BinMethod
impl Sync for BinMethod
impl Unpin for BinMethod
impl UnwindSafe for BinMethod
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