Struct pango_sys::PangoGlyphGeometry
[−]
[src]
#[repr(C)]pub struct PangoGlyphGeometry { pub width: PangoGlyphUnit, pub x_offset: PangoGlyphUnit, pub y_offset: PangoGlyphUnit, }
Fields
width: PangoGlyphUnit
x_offset: PangoGlyphUnit
y_offset: PangoGlyphUnit
Trait Implementations
impl Copy for PangoGlyphGeometry[src]
impl Clone for PangoGlyphGeometry[src]
fn clone(&self) -> PangoGlyphGeometry[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more