Enum pango_sys::PangoVariant [] [src]

pub enum PangoVariant {
    Normal,
    SmallCaps,
}

Variants

Trait Implementations

impl Clone for PangoVariant
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for PangoVariant
[src]

impl Debug for PangoVariant
[src]

[]

Formats the value using the given formatter.

impl Eq for PangoVariant
[src]

impl PartialEq for PangoVariant
[src]

[]

This method tests for self and other values to be equal, and is used by ==. Read more

[]

This method tests for !=.