[][src]Struct pango_sys::PangoFontClass

#[repr(C)]
pub struct PangoFontClass { pub parent_class: GObjectClass, pub describe: Option<unsafe extern "C" fn(_: *mut PangoFont) -> *mut PangoFontDescription>, pub get_coverage: Option<unsafe extern "C" fn(_: *mut PangoFont, _: *mut PangoLanguage) -> *mut PangoCoverage>, pub find_shaper: Option<unsafe extern "C" fn(_: *mut PangoFont, _: *mut PangoLanguage, _: u32) -> *mut PangoEngineShape>, pub get_glyph_extents: Option<unsafe extern "C" fn(_: *mut PangoFont, _: PangoGlyph, _: *mut PangoRectangle, _: *mut PangoRectangle)>, pub get_metrics: Option<unsafe extern "C" fn(_: *mut PangoFont, _: *mut PangoLanguage) -> *mut PangoFontMetrics>, pub get_font_map: Option<unsafe extern "C" fn(_: *mut PangoFont) -> *mut PangoFontMap>, pub describe_absolute: Option<unsafe extern "C" fn(_: *mut PangoFont) -> *mut PangoFontDescription>, pub _pango_reserved1: Option<unsafe extern "C" fn()>, pub _pango_reserved2: Option<unsafe extern "C" fn()>, }

Fields

parent_class: GObjectClassdescribe: Option<unsafe extern "C" fn(_: *mut PangoFont) -> *mut PangoFontDescription>get_coverage: Option<unsafe extern "C" fn(_: *mut PangoFont, _: *mut PangoLanguage) -> *mut PangoCoverage>find_shaper: Option<unsafe extern "C" fn(_: *mut PangoFont, _: *mut PangoLanguage, _: u32) -> *mut PangoEngineShape>get_glyph_extents: Option<unsafe extern "C" fn(_: *mut PangoFont, _: PangoGlyph, _: *mut PangoRectangle, _: *mut PangoRectangle)>get_metrics: Option<unsafe extern "C" fn(_: *mut PangoFont, _: *mut PangoLanguage) -> *mut PangoFontMetrics>get_font_map: Option<unsafe extern "C" fn(_: *mut PangoFont) -> *mut PangoFontMap>describe_absolute: Option<unsafe extern "C" fn(_: *mut PangoFont) -> *mut PangoFontDescription>_pango_reserved1: Option<unsafe extern "C" fn()>_pango_reserved2: Option<unsafe extern "C" fn()>

Trait Implementations

impl Copy for PangoFontClass[src]

impl Clone for PangoFontClass[src]

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

Performs copy-assignment from source. Read more

impl Debug for PangoFontClass[src]

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

impl<T> From<T> for T[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.

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

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

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