Enum usvg_tree::PathCommand
source · pub enum PathCommand {
MoveTo,
LineTo,
CurveTo,
ClosePath,
}
Expand description
A path command.
Variants§
Trait Implementations§
source§impl Clone for PathCommand
impl Clone for PathCommand
source§fn clone(&self) -> PathCommand
fn clone(&self) -> PathCommand
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for PathCommand
impl Debug for PathCommand
source§impl PartialEq<PathCommand> for PathCommand
impl PartialEq<PathCommand> for PathCommand
source§fn eq(&self, other: &PathCommand) -> bool
fn eq(&self, other: &PathCommand) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.