Enum pango_sys::PangoRenderPart
[−]
[src]
#[repr(C)]pub enum PangoRenderPart { Foreground, Background, Underline, Strikethrough, }
Variants
Foreground
Background
Underline
Strikethrough
Trait Implementations
impl Clone for PangoRenderPart
[src]
fn clone(&self) -> PangoRenderPart
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more