Enum pango_sys::PangoUnderline
[−]
[src]
#[repr(C)]pub enum PangoUnderline { None, Single, Double, Low, Error, }
Variants
None
Single
Double
Low
Error
Trait Implementations
impl Clone for PangoUnderline
[src]
fn clone(&self) -> PangoUnderline
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