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 PathSegmentimpl Send for PathSegmentimpl Sync for PathSegmentimpl Unpin for PathSegmentimpl UnwindSafe for PathSegmentBlanket Implementations
Mutably borrows from an owned value. Read more