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
num_glyphs: c_int
glyphs: *mut PangoGlyphInfo
log_clusters: *mut c_int
space: c_int
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoGlyphString
impl !Send for PangoGlyphString
impl !Sync for PangoGlyphString
impl Unpin for PangoGlyphString
impl UnwindSafe for PangoGlyphString
Blanket Implementations
Mutably borrows from an owned value. Read more