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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PangoGlyphGeometry
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations