Struct cairo::LinearGradient[][src]

pub struct LinearGradient { /* fields omitted */ }

Methods

impl LinearGradient
[src]

Trait Implementations

impl Debug for LinearGradient
[src]

Formats the value using the given formatter. Read more

impl PatternTrait for LinearGradient
[src]

impl Clone for LinearGradient
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for LinearGradient
[src]

Executes the destructor for this type. Read more

impl Gradient for LinearGradient
[src]

Auto Trait Implementations