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§
source§impl Clone for cairo_path_data
 
impl Clone for cairo_path_data
source§fn clone(&self) -> cairo_path_data
 
fn clone(&self) -> cairo_path_data
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more