Struct pango_sys::PangoGlyphString
source · [−]#[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_intglyphs: *mut PangoGlyphInfolog_clusters: *mut c_intspace: c_intTrait 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