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 Copy for PangoGlyphGeometryimpl Clone for PangoGlyphGeometry[src]
impl Clone for PangoGlyphGeometryfn clone(&self) -> PangoGlyphGeometry[src]
fn clone(&self) -> PangoGlyphGeometryReturns 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 PangoGlyphGeometry[src]
impl Debug for PangoGlyphGeometryAuto Trait Implementations
impl Send for PangoGlyphGeometry
impl Send for PangoGlyphGeometryimpl Sync for PangoGlyphGeometry
impl Sync for PangoGlyphGeometry