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 ==
.impl Copy for PathCommand
impl StructuralPartialEq for PathCommand
Auto Trait Implementations§
impl RefUnwindSafe for PathCommand
impl Send for PathCommand
impl Sync for PathCommand
impl Unpin for PathCommand
impl UnwindSafe for PathCommand
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more