Enum pango_sys::PangoStyle
[−]
[src]
#[repr(C)]pub enum PangoStyle { Normal, Oblique, Italic, }
Variants
Normal
Oblique
Italic
Trait Implementations
impl Clone for PangoStyle
[src]
fn clone(&self) -> PangoStyle
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