Struct pango_sys::PangoGlyphItemIter
[−]
[src]
#[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
impl Copy for PangoGlyphItemIter[src]
impl Clone for PangoGlyphItemIter[src]
fn clone(&self) -> PangoGlyphItemIter[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more