Enum svgtypes::PathCommand
[−]
[src]
pub enum PathCommand {
MoveTo,
LineTo,
HorizontalLineTo,
VerticalLineTo,
CurveTo,
SmoothCurveTo,
Quadratic,
SmoothQuadratic,
EllipticalArc,
ClosePath,
}List of all path commands.
Variants
MoveToLineToHorizontalLineToVerticalLineToCurveToSmoothCurveToQuadraticSmoothQuadraticEllipticalArcClosePath
Trait Implementations
impl Clone for PathCommand[src]
fn clone(&self) -> PathCommand[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for PathCommand[src]
impl PartialEq for PathCommand[src]
fn eq(&self, __arg_0: &PathCommand) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.