Struct pango_sys::PangoGlyphItemIter
source · #[repr(C)]pub struct PangoGlyphItemIter {
pub glyph_item: *mut PangoGlyphItem,
pub text: *const c_char,
pub start_glyph: c_int,
pub start_index: c_int,
pub start_char: c_int,
pub end_glyph: c_int,
pub end_index: c_int,
pub end_char: c_int,
}
Fields§
§glyph_item: *mut PangoGlyphItem
§text: *const c_char
§start_glyph: c_int
§start_index: c_int
§start_char: c_int
§end_glyph: c_int
§end_index: c_int
§end_char: c_int
Trait Implementations§
source§impl Clone for PangoGlyphItemIter
impl Clone for PangoGlyphItemIter
source§fn clone(&self) -> PangoGlyphItemIter
fn clone(&self) -> PangoGlyphItemIter
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 PangoGlyphItemIter
impl Debug for PangoGlyphItemIter
impl Copy for PangoGlyphItemIter
Auto Trait Implementations§
impl RefUnwindSafe for PangoGlyphItemIter
impl !Send for PangoGlyphItemIter
impl !Sync for PangoGlyphItemIter
impl Unpin for PangoGlyphItemIter
impl UnwindSafe for PangoGlyphItemIter
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