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
Auto Trait Implementations
impl RefUnwindSafe for PangoGlyphGeometry
impl Send for PangoGlyphGeometry
impl Sync for PangoGlyphGeometry
impl Unpin for PangoGlyphGeometry
impl UnwindSafe for PangoGlyphGeometry
Blanket Implementations
Mutably borrows from an owned value. Read more