[]Struct pango::LayoutLine

pub struct LayoutLine(_);

Methods

impl LayoutLine[src]

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

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

pub fn get_x_ranges(&self, start_index: i32, end_index: i32) -> Vec<i32>[src]

pub fn index_to_x(&self, index_: i32, trailing: bool) -> i32[src]

pub fn x_to_index(&self, x_pos: i32) -> Option<(i32, i32)>[src]

Trait Implementations

impl Clone for LayoutLine

impl Debug for LayoutLine[src]

impl Eq for LayoutLine[src]

impl Hash for LayoutLine[src]

impl Ord for LayoutLine[src]

impl PartialEq<LayoutLine> for LayoutLine[src]

impl PartialOrd<LayoutLine> for LayoutLine[src]

impl StaticType for LayoutLine

impl StructuralEq for LayoutLine[src]

impl StructuralPartialEq for LayoutLine[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<'a, T> ToGlibContainerFromSlice<'a, *const GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GArray> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[src]

impl<'a, T> ToGlibContainerFromSlice<'a, *mut GList> for T where
    T: GlibPtrDefault + ToGlibPtr<'a, <T as GlibPtrDefault>::GlibType>, 
[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.