Enum pango_sys::PangoWeight [] [src]

pub enum PangoWeight {
    Thin,
    Ultralight,
    Light,
    Semilight,
    Book,
    Normal,
    Medium,
    Semibold,
    Bold,
    Ultrabold,
    Heavy,
    Ultraheavy,
}

Variants

Trait Implementations

impl Clone for PangoWeight
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for PangoWeight
[src]

impl Debug for PangoWeight
[src]

[]

Formats the value using the given formatter.

impl Eq for PangoWeight
[src]

impl PartialEq for PangoWeight
[src]

[]

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

[]

This method tests for !=.