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 Copy for PangoRendererimpl Clone for PangoRenderer[src]
impl Clone for PangoRendererfn clone(&self) -> PangoRenderer[src]
fn clone(&self) -> PangoRendererReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for PangoRenderer[src]
impl Debug for PangoRendererAuto Trait Implementations
impl !Send for PangoRenderer
impl !Send for PangoRendererimpl !Sync for PangoRenderer
impl !Sync for PangoRenderer