Struct cairo_sys::cairo_path_t[][src]

#[repr(C)]
pub struct cairo_path_t { pub status: Status, pub data: *mut cairo_path_data, pub num_data: c_int, }

Fields

Trait Implementations

impl Debug for cairo_path_t
[src]

Formats the value using the given formatter. Read more

impl Clone for cairo_path_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for cairo_path_t
[src]

Auto Trait Implementations

impl !Send for cairo_path_t

impl !Sync for cairo_path_t