Struct pango_sys::PangoGlyphString[][src]

#[repr(C)]
pub struct PangoGlyphString { pub num_glyphs: c_int, pub glyphs: *mut PangoGlyphInfo, pub log_clusters: *mut c_int, pub space: c_int, }

Fields

Trait Implementations

impl Copy for PangoGlyphString
[src]

impl Clone for PangoGlyphString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoGlyphString
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PangoGlyphString

impl !Sync for PangoGlyphString