Struct pango_sys::PangoGlyphGeometry
source · #[repr(C)]pub struct PangoGlyphGeometry {
pub width: PangoGlyphUnit,
pub x_offset: PangoGlyphUnit,
pub y_offset: PangoGlyphUnit,
}Fields§
§width: PangoGlyphUnit§x_offset: PangoGlyphUnit§y_offset: PangoGlyphUnitTrait Implementations§
source§impl Clone for PangoGlyphGeometry
impl Clone for PangoGlyphGeometry
source§fn clone(&self) -> PangoGlyphGeometry
fn clone(&self) -> PangoGlyphGeometry
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more