Enum cairo::prelude::Pattern[][src]

pub enum Pattern {
    SolidPattern(SolidPattern),
    SurfacePattern(SurfacePattern),
    LinearGradient(LinearGradient),
    RadialGradient(RadialGradient),
}

Variants

Trait Implementations

impl Debug for Pattern
[src]

Formats the value using the given formatter. Read more

impl Clone for Pattern
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PatternTrait for Pattern
[src]

Auto Trait Implementations

impl !Send for Pattern

impl !Sync for Pattern