Struct cairo_sys::cairo_pattern_t[][src]

#[repr(C)]
pub struct cairo_pattern_t(_);

Trait Implementations

impl Copy for cairo_pattern_t
[src]

impl Clone for cairo_pattern_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for cairo_pattern_t
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations