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 PangoRendererPrivate
Trait Implementations
sourceimpl Clone for PangoRenderer
impl Clone for PangoRenderer
sourcefn clone(&self) -> PangoRenderer
fn clone(&self) -> PangoRenderer
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for PangoRenderer
impl Debug for PangoRenderer
impl Copy for PangoRenderer
Auto Trait Implementations
impl RefUnwindSafe for PangoRenderer
impl !Send for PangoRenderer
impl !Sync for PangoRenderer
impl Unpin for PangoRenderer
impl UnwindSafe for PangoRenderer
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more