Enum criterion_plot::PointType
source · [−]pub enum PointType {
Circle,
FilledCircle,
FilledSquare,
FilledTriangle,
Plus,
Square,
Star,
Triangle,
X,
}
Expand description
Point type
Variants
Circle
FilledCircle
FilledSquare
FilledTriangle
Plus
Square
Star
Triangle
X
Trait Implementations
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
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
impl Copy for PointType
Auto Trait Implementations
impl RefUnwindSafe for PointType
impl Send for PointType
impl Sync for PointType
impl Unpin for PointType
impl UnwindSafe for PointType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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