Struct pango_sys::PangoGlyphItem
source · [−]#[repr(C)]pub struct PangoGlyphItem {
pub item: *mut PangoItem,
pub glyphs: *mut PangoGlyphString,
}Fields
item: *mut PangoItemglyphs: *mut PangoGlyphStringTrait Implementations
sourceimpl Clone for PangoGlyphItem
impl Clone for PangoGlyphItem
sourcefn clone(&self) -> PangoGlyphItem
fn clone(&self) -> PangoGlyphItem
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 moresourceimpl Debug for PangoGlyphItem
impl Debug for PangoGlyphItem
impl Copy for PangoGlyphItem
Auto Trait Implementations
impl RefUnwindSafe for PangoGlyphItem
impl !Send for PangoGlyphItem
impl !Sync for PangoGlyphItem
impl Unpin for PangoGlyphItem
impl UnwindSafe for PangoGlyphItem
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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