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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for cairo_pattern_t
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations