Enum criterion_plot::PointType
[−]
[src]
pub enum PointType {
Circle,
FilledCircle,
FilledSquare,
FilledTriangle,
Plus,
Square,
Star,
Triangle,
X,
}Point type
Variants
CircleFilledCircleFilledSquareFilledTrianglePlusSquareStarTriangleXTrait Implementations
impl Clone for PointType[src]
fn clone(&self) -> PointType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more