[][src]Struct pango::LayoutIter

pub struct LayoutIter(_);

Implementations

impl LayoutIter[src]

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

pub fn get_baseline(&mut self) -> i32[src]

pub fn get_char_extents(&mut self) -> Rectangle[src]

pub fn get_cluster_extents(&mut self) -> (Rectangle, Rectangle)[src]

pub fn get_index(&mut self) -> i32[src]

pub fn get_layout(&mut self) -> Option<Layout>[src]

pub fn get_layout_extents(&mut self) -> (Rectangle, Rectangle)[src]

pub fn get_line(&mut self) -> Option<LayoutLine>[src]

pub fn get_line_extents(&mut self) -> (Rectangle, Rectangle)[src]

pub fn get_line_readonly(&mut self) -> Option<LayoutLine>[src]

pub fn get_line_yrange(&mut self) -> (i32, i32)[src]

pub fn get_run(&mut self) -> Option<LayoutRun>[src]

pub fn get_run_extents(&mut self) -> (Rectangle, Rectangle)[src]

pub fn get_run_readonly(&mut self) -> Option<LayoutRun>[src]

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

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

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

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

Trait Implementations

impl Clone for LayoutIter[src]

impl Debug for LayoutIter[src]

impl Eq for LayoutIter[src]

impl Hash for LayoutIter[src]

impl Ord for LayoutIter[src]

impl PartialEq<LayoutIter> for LayoutIter[src]

impl PartialOrd<LayoutIter> for LayoutIter[src]

impl StaticType for LayoutIter[src]

impl StructuralEq for LayoutIter[src]

impl StructuralPartialEq for LayoutIter[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> ToSendValue for T where
    T: ToValue + SetValue + Send + ?Sized
[src]

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

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

type Error = Infallible

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.