Struct cairo_sys::Glyph 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct Glyph { pub index: c_ulong, pub x: c_double, pub y: c_double, }
Fields
index: c_ulong
                           
                           
                           x: c_double
                           
                           
                           y: c_double
                           Trait Implementations
impl Clone for Glyph[src]
fn clone(&self) -> Glyph
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more