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
parent_instance: GObject
underline: PangoUnderline
strikethrough: gboolean
active_count: c_int
matrix: *mut PangoMatrix
priv_: *mut PangoRendererPrivate
Trait Implementations
impl Copy for PangoRenderer[src]
impl Clone for PangoRenderer[src]
fn clone(&self) -> PangoRenderer[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more