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]
impl Clone for PathCommandfn clone(&self) -> PathCommand[src]
fn clone(&self) -> PathCommandReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Copy for PathCommand[src]
impl Copy for PathCommandimpl PartialEq for PathCommand[src]
impl PartialEq for PathCommandfn eq(&self, other: &PathCommand) -> bool[src]
fn eq(&self, other: &PathCommand) -> boolThis 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]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Debug for PathCommand[src]
impl Debug for PathCommandAuto Trait Implementations
impl Send for PathCommand
impl Send for PathCommandimpl Sync for PathCommand
impl Sync for PathCommand