[][src]Struct pango_sys::PangoAnalysis

#[repr(C)]
pub struct PangoAnalysis {
    pub shape_engine: *mut PangoEngineShape,
    pub lang_engine: *mut PangoEngineLang,
    pub font: *mut PangoFont,
    pub level: u8,
    pub gravity: u8,
    pub flags: u8,
    pub script: u8,
    pub language: *mut PangoLanguage,
    pub extra_attrs: *mut GSList,
}

Fields

shape_engine: *mut PangoEngineShapelang_engine: *mut PangoEngineLangfont: *mut PangoFontlevel: u8gravity: u8flags: u8script: u8language: *mut PangoLanguageextra_attrs: *mut GSList

Trait Implementations

impl Clone for PangoAnalysis[src]

impl Copy for PangoAnalysis[src]

impl Debug for PangoAnalysis[src]

Auto Trait Implementations

impl !Send for PangoAnalysis

impl !Sync for PangoAnalysis

impl Unpin for PangoAnalysis

impl UnwindSafe for PangoAnalysis

impl RefUnwindSafe for PangoAnalysis

Blanket Implementations

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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.

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

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

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