Struct pango_sys::PangoGlyphVisAttr
source · [−]#[repr(C)]pub struct PangoGlyphVisAttr {
pub is_cluster_start: c_uint,
}Fields
is_cluster_start: c_uintTrait 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