Struct pango_sys::PangoGlyphVisAttr
source · [−]#[repr(C)]pub struct PangoGlyphVisAttr {
pub is_cluster_start: c_uint,
}
Fields
is_cluster_start: c_uint
Trait Implementations
sourceimpl Clone for PangoGlyphVisAttr
impl Clone for PangoGlyphVisAttr
sourcefn clone(&self) -> PangoGlyphVisAttr
fn clone(&self) -> PangoGlyphVisAttr
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl 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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more