Struct pango_sys::PangoGlyphInfo [] [src]

#[repr(C)]
pub struct PangoGlyphInfo { pub glyph: PangoGlyph, pub geometry: PangoGlyphGeometry, // some fields omitted }

Fields

Trait Implementations

impl Debug for PangoGlyphInfo
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations