Enum cairo::PathDataType [] [src]

#[repr(C)]
pub enum PathDataType { MoveTo, LineTo, CurveTo, ClosePath, }

Variants

Trait Implementations

impl PartialOrd<PathDataType> for PathDataType
[src]

impl Copy for PathDataType
[src]

impl PartialEq<PathDataType> for PathDataType
[src]

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

This method tests for !=.

impl Debug for PathDataType
[src]

Formats the value using the given formatter.

impl Clone for PathDataType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more