Enum cairo::PathSegment [−][src]
pub enum PathSegment { MoveTo((f64, f64)), LineTo((f64, f64)), CurveTo((f64, f64), (f64, f64), (f64, f64)), ClosePath, }
Variants
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for PathSegment
impl Send for PathSegment
impl Sync for PathSegment
impl Unpin for PathSegment
impl UnwindSafe for PathSegment
Blanket Implementations
Mutably borrows from an owned value. Read more