Struct pango_sys::PangoGlyphGeometry [−][src]
#[repr(C)]pub struct PangoGlyphGeometry { pub width: PangoGlyphUnit, pub x_offset: PangoGlyphUnit, pub y_offset: PangoGlyphUnit, }
Fields
width: PangoGlyphUnitx_offset: PangoGlyphUnity_offset: PangoGlyphUnitTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoGlyphGeometryimpl Send for PangoGlyphGeometryimpl Sync for PangoGlyphGeometryimpl Unpin for PangoGlyphGeometryimpl UnwindSafe for PangoGlyphGeometryBlanket Implementations
Mutably borrows from an owned value. Read more