Struct criterion_plot::BoxWidth
source · [−]pub struct BoxWidth(pub f64);
Expand description
Box width for box-related plots: bars, candlesticks, etc
Tuple Fields
0: f64
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BoxWidth
impl Send for BoxWidth
impl Sync for BoxWidth
impl Unpin for BoxWidth
impl UnwindSafe for BoxWidth
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more