Union cairo_sys::cairo_path_data
source · [−]#[repr(C)]
pub union cairo_path_data {
pub header: cairo_path_data_header,
pub point: [f64; 2],
}
Fields
header: cairo_path_data_header
point: [f64; 2]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for cairo_path_data
impl Send for cairo_path_data
impl Sync for cairo_path_data
impl Unpin for cairo_path_data
impl UnwindSafe for cairo_path_data
Blanket Implementations
Mutably borrows from an owned value. Read more