Struct pango_sys::PangoGlyphVisAttr [−][src]
#[repr(C)]pub struct PangoGlyphVisAttr { pub is_cluster_start: c_uint, }
Fields
is_cluster_start: c_uint
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PangoGlyphVisAttr
impl Send for PangoGlyphVisAttr
impl Sync for PangoGlyphVisAttr
impl Unpin for PangoGlyphVisAttr
impl UnwindSafe for PangoGlyphVisAttr
Blanket Implementations
Mutably borrows from an owned value. Read more