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§
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 moresource§impl 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more