Union cairo_sys::cairo_path_data[][src]

#[repr(C)]
pub union cairo_path_data { pub header: cairo_path_data_header, pub point: [f64; 2], }

Fields

Trait Implementations

impl Clone for cairo_path_data
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for cairo_path_data
[src]

Auto Trait Implementations

impl Send for cairo_path_data

impl Sync for cairo_path_data