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
header: cairo_path_data_headerpoint: [f64; 2]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cairo_path_dataimpl Send for cairo_path_dataimpl Sync for cairo_path_dataimpl Unpin for cairo_path_dataimpl UnwindSafe for cairo_path_dataBlanket Implementations
Mutably borrows from an owned value. Read more