#[repr(C)]
pub struct PangoFontFaceClass { pub parent_class: GObjectClass, pub get_face_name: Option<unsafe extern "C" fn(_: *mut PangoFontFace) -> *const c_char>, pub describe: Option<unsafe extern "C" fn(_: *mut PangoFontFace) -> *mut PangoFontDescription>, pub list_sizes: Option<unsafe extern "C" fn(_: *mut PangoFontFace, _: *mut *mut c_int, _: *mut c_int)>, pub is_synthesized: Option<unsafe extern "C" fn(_: *mut PangoFontFace) -> gboolean>, pub get_family: Option<unsafe extern "C" fn(_: *mut PangoFontFace) -> *mut PangoFontFamily>, pub _pango_reserved3: Option<unsafe extern "C" fn()>, pub _pango_reserved4: Option<unsafe extern "C" fn()>, }

Fields

parent_class: GObjectClassget_face_name: Option<unsafe extern "C" fn(_: *mut PangoFontFace) -> *const c_char>describe: Option<unsafe extern "C" fn(_: *mut PangoFontFace) -> *mut PangoFontDescription>list_sizes: Option<unsafe extern "C" fn(_: *mut PangoFontFace, _: *mut *mut c_int, _: *mut c_int)>is_synthesized: Option<unsafe extern "C" fn(_: *mut PangoFontFace) -> gboolean>get_family: Option<unsafe extern "C" fn(_: *mut PangoFontFace) -> *mut PangoFontFamily>_pango_reserved3: Option<unsafe extern "C" fn()>_pango_reserved4: Option<unsafe extern "C" fn()>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

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

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.