Struct pango_sys::PangoRenderer[][src]

#[repr(C)]
pub struct PangoRenderer { pub parent_instance: GObject, pub underline: PangoUnderline, pub strikethrough: gboolean, pub active_count: c_int, pub matrix: *mut PangoMatrix, pub priv_: *mut PangoRendererPrivate, }

Fields

Trait Implementations

impl Copy for PangoRenderer
[src]

impl Clone for PangoRenderer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PangoRenderer
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for PangoRenderer

impl !Sync for PangoRenderer