[][src]Struct criterion_plot::LineWidth

pub struct LineWidth(pub f64);

Width of the lines

Trait Implementations

impl Clone for LineWidth[src]

impl Copy for LineWidth[src]

impl Set<LineWidth> for Properties[src]

fn set(&mut self, lw: LineWidth) -> &mut Properties[src]

Changes the width of the line

Panics

Panics if width is a non-positive value

impl Set<LineWidth> for Properties[src]

fn set(&mut self, lw: LineWidth) -> &mut Properties[src]

Changes the width of the line

Panics

Panics if width is a non-positive value

impl Set<LineWidth> for Properties[src]

fn set(&mut self, lw: LineWidth) -> &mut Properties[src]

Changes the linewidth

Panics

Panics if lw is a non-positive value

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.