Struct criterion_plot::LineWidth
source · [−]pub struct LineWidth(pub f64);
Expand description
Width of the lines
Tuple Fields
0: f64
Trait Implementations
sourceimpl Set<LineWidth> for Properties
impl Set<LineWidth> for Properties
sourcefn set(&mut self, lw: LineWidth) -> &mut Properties
fn set(&mut self, lw: LineWidth) -> &mut Properties
sourceimpl Set<LineWidth> for Properties
impl Set<LineWidth> for Properties
sourcefn set(&mut self, lw: LineWidth) -> &mut Properties
fn set(&mut self, lw: LineWidth) -> &mut Properties
sourceimpl Set<LineWidth> for Properties
impl Set<LineWidth> for Properties
sourcefn set(&mut self, lw: LineWidth) -> &mut Properties
fn set(&mut self, lw: LineWidth) -> &mut Properties
impl Copy for LineWidth
Auto Trait Implementations
impl RefUnwindSafe for LineWidth
impl Send for LineWidth
impl Sync for LineWidth
impl Unpin for LineWidth
impl UnwindSafe for LineWidth
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