[]Struct pango::LayoutIter

pub struct LayoutIter(_);

Methods

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 PartialEq<LayoutIter> for LayoutIter[src]

impl Ord for LayoutIter[src]

fn max(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the maximum of two values. Read more

fn min(self, other: Self) -> Self
1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl Clone for LayoutIter

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for LayoutIter[src]

impl PartialOrd<LayoutIter> for LayoutIter[src]

impl Hash for LayoutIter[src]

fn hash_slice<H>(data: &[Self], state: &mut H) where
    H: Hasher
1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl Debug for LayoutIter[src]

impl StaticType for LayoutIter

Auto Trait Implementations

impl !Send for LayoutIter

impl !Sync for LayoutIter

Blanket Implementations

impl<T> From for T[src]

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

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

type Owned = T

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

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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

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

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

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

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

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

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