Struct pango_sys::PangoGlyphGeometry[][src]

#[repr(C)]
pub struct PangoGlyphGeometry { pub width: PangoGlyphUnit, pub x_offset: PangoGlyphUnit, pub y_offset: PangoGlyphUnit, }

Fields

Trait Implementations

impl Copy for PangoGlyphGeometry
[src]

impl Clone for PangoGlyphGeometry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoGlyphGeometry
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PangoGlyphGeometry

impl Sync for PangoGlyphGeometry