Struct pango_sys::PangoGlyphInfo [−][src]
#[repr(C)]pub struct PangoGlyphInfo { pub glyph: PangoGlyph, pub geometry: PangoGlyphGeometry, pub attr: PangoGlyphVisAttr, }
Fields
glyph: PangoGlyphgeometry: PangoGlyphGeometryattr: PangoGlyphVisAttrTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoGlyphInfoimpl Send for PangoGlyphInfoimpl Sync for PangoGlyphInfoimpl Unpin for PangoGlyphInfoimpl UnwindSafe for PangoGlyphInfoBlanket Implementations
Mutably borrows from an owned value. Read more