Enum cairo::enums::PatternType [] [src]

#[repr(C)]
pub enum PatternType { Solid, Surface, LinearGradient, RadialGradient, }

Variants

Trait Implementations

impl PartialOrd<PatternType> for PatternType
[src]

impl Copy for PatternType
[src]

impl PartialEq<PatternType> for PatternType
[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 PatternType
[src]

Formats the value using the given formatter.

impl Clone for PatternType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more