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 moresource§impl Debug for PangoGlyphVisAttr
impl Debug for PangoGlyphVisAttr
impl Copy for PangoGlyphVisAttr
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more