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]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PangoGlyphString
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations