Struct pango_sys::PangoGlyphInfo
source · #[repr(C)]pub struct PangoGlyphInfo {
pub glyph: PangoGlyph,
pub geometry: PangoGlyphGeometry,
pub attr: PangoGlyphVisAttr,
}
Fields§
§glyph: PangoGlyph
§geometry: PangoGlyphGeometry
§attr: PangoGlyphVisAttr
Trait Implementations§
source§impl Clone for PangoGlyphInfo
impl Clone for PangoGlyphInfo
source§fn clone(&self) -> PangoGlyphInfo
fn clone(&self) -> PangoGlyphInfo
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