Enum cairo::PathSegment [] [src]

pub enum PathSegment {
    MoveTo((f64, f64)),
    LineTo((f64, f64)),
    CurveTo((f64, f64)(f64, f64)(f64, f64)),
    ClosePath,
}

Variants

Trait Implementations

impl Debug for PathSegment
[src]

Formats the value using the given formatter.

impl Clone for PathSegment
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for PathSegment
[src]

impl PartialEq for PathSegment
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.