Struct pango_sys::PangoGlyphVisAttr
source · #[repr(C)]pub struct PangoGlyphVisAttr {
pub is_cluster_start: c_uint,
}
Fields§
§is_cluster_start: c_uint
Trait Implementations§
source§impl Clone for PangoGlyphVisAttr
impl Clone for PangoGlyphVisAttr
source§fn clone(&self) -> PangoGlyphVisAttr
fn clone(&self) -> PangoGlyphVisAttr
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more