[]Struct pango::GlyphItem

pub struct GlyphItem(_);

Methods

impl GlyphItem[src]

pub fn apply_attrs(&mut self, text: &str, list: &AttrList) -> Vec<GlyphItem>[src]

pub fn split(&mut self, text: &str, split_index: i32) -> Option<GlyphItem>[src]

impl GlyphItem[src]

pub fn item(&self) -> Item[src]

pub fn glyph_string(&self) -> GlyphString[src]

Trait Implementations

impl Clone for GlyphItem

impl Debug for GlyphItem[src]

impl Eq for GlyphItem[src]

impl Hash for GlyphItem[src]

impl Ord for GlyphItem[src]

impl PartialEq<GlyphItem> for GlyphItem[src]

impl PartialOrd<GlyphItem> for GlyphItem[src]

impl StaticType for GlyphItem

impl StructuralEq for GlyphItem[src]

impl StructuralPartialEq for GlyphItem[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.