Struct pango_sys::PangoFontFamily[][src]

#[repr(C)]
pub struct PangoFontFamily { pub parent_instance: GObject, }

Fields

Trait Implementations

impl Copy for PangoFontFamily
[src]

impl Clone for PangoFontFamily
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoFontFamily
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations