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