Enum pango::Variant [] [src]

pub enum Variant {
    Normal,
    SmallCaps,
    // some variants omitted
}

Variants

Trait Implementations

impl Clone for Variant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Variant
[src]

impl Debug for Variant
[src]

Formats the value using the given formatter.

impl Eq for Variant
[src]

impl PartialEq for Variant
[src]

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

This method tests for !=.

impl Hash for Variant
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl StaticType for Variant
[src]

Returns the type identifier of Self.

impl<'a> FromValueOptional<'a> for Variant
[src]

impl<'a> FromValue<'a> for Variant
[src]

impl SetValue for Variant
[src]