Struct cairo::Glyph 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct Glyph { pub index: u64, pub x: f64, pub y: f64, }
Fields
index: u64
                           
                           
                           x: f64
                           
                           
                           y: f64
                           Trait Implementations
impl Copy for Glyph[src]
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