[]Struct pango::GlyphItemIter

pub struct GlyphItemIter(_);

Methods

impl GlyphItemIter[src]

pub fn init_end(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool[src]

pub fn init_start(&mut self, glyph_item: &mut GlyphItem, text: &str) -> bool[src]

pub fn next_cluster(&mut self) -> bool[src]

pub fn prev_cluster(&mut self) -> bool[src]

Trait Implementations

impl Clone for GlyphItemIter

impl Debug for GlyphItemIter[src]

impl Eq for GlyphItemIter[src]

impl Hash for GlyphItemIter[src]

impl Ord for GlyphItemIter[src]

impl PartialEq<GlyphItemIter> for GlyphItemIter[src]

impl PartialOrd<GlyphItemIter> for GlyphItemIter[src]

impl StaticType for GlyphItemIter

impl StructuralEq for GlyphItemIter[src]

impl StructuralPartialEq for GlyphItemIter[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToValue for T where
    T: SetValue + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.