Struct criterion_plot::curve::Properties
source · [−]pub struct Properties { /* private fields */ }
Expand description
Properties common to simple “curve” like plots
Trait Implementations
sourceimpl Set<Axes> for Properties
impl Set<Axes> for Properties
sourcefn set(&mut self, axes: Axes) -> &mut Properties
fn set(&mut self, axes: Axes) -> &mut Properties
Select the axes to plot against
Note By default, the BottomXLeftY
axes are used
sourceimpl Set<Color> for Properties
impl Set<Color> for Properties
sourcefn set(&mut self, color: Color) -> &mut Properties
fn set(&mut self, color: Color) -> &mut Properties
Sets the line color
sourceimpl Set<Label> for Properties
impl Set<Label> for Properties
sourcefn set(&mut self, label: Label) -> &mut Properties
fn set(&mut self, label: Label) -> &mut Properties
Sets the legend label
sourceimpl Set<LineType> for Properties
impl Set<LineType> for Properties
sourcefn set(&mut self, lt: LineType) -> &mut Properties
fn set(&mut self, lt: LineType) -> &mut Properties
Changes the line type
Note By default Solid
lines are used
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<PointSize> for Properties
impl Set<PointSize> for Properties
sourcefn set(&mut self, ps: PointSize) -> &mut Properties
fn set(&mut self, ps: PointSize) -> &mut Properties
sourceimpl Set<PointType> for Properties
impl Set<PointType> for Properties
sourcefn set(&mut self, pt: PointType) -> &mut Properties
fn set(&mut self, pt: PointType) -> &mut Properties
Changes the point type
Auto Trait Implementations
impl RefUnwindSafe for Properties
impl Send for Properties
impl Sync for Properties
impl Unpin for Properties
impl UnwindSafe for Properties
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