Struct cairo::SurfacePattern[][src]

pub struct SurfacePattern { /* fields omitted */ }

Methods

impl SurfacePattern
[src]

Trait Implementations

impl Debug for SurfacePattern
[src]

Formats the value using the given formatter. Read more

impl PatternTrait for SurfacePattern
[src]

impl Clone for SurfacePattern
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for SurfacePattern
[src]

Executes the destructor for this type. Read more

Auto Trait Implementations