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

Trait Implementations

impl Copy for PangoGlyphItemIter
[src]

impl Clone for PangoGlyphItemIter
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoGlyphItemIter
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PangoGlyphItemIter

impl !Sync for PangoGlyphItemIter