Struct cairo::Glyph [−][src]
Fields
index: u64
x: f64
y: f64
Trait Implementations
impl Clone for Glyph[src]
impl Clone for Glyphfn clone(&self) -> Glyph[src]
fn clone(&self) -> GlyphReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Glyph[src]
impl Debug for Glyphfn fmt(&self, f: &mut Formatter) -> Result<(), Error>[src]
fn fmt(&self, f: &mut Formatter) -> Result<(), Error>Formats the value using the given formatter. Read more
impl Copy for Glyph[src]
impl Copy for Glyph