Struct pango_sys::PangoRenderer
source · #[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 PangoRendererPrivateTrait Implementations§
source§impl Clone for PangoRenderer
impl Clone for PangoRenderer
source§fn clone(&self) -> PangoRenderer
fn clone(&self) -> PangoRenderer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more