Enum pango_sys::PangoStyle [] [src]

pub enum PangoStyle {
    Normal,
    Oblique,
    Italic,
}

Variants

Trait Implementations

impl Clone for PangoStyle
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for PangoStyle
[src]

impl Debug for PangoStyle
[src]

[]

Formats the value using the given formatter.

impl Eq for PangoStyle
[src]

impl PartialEq for PangoStyle
[src]

[]

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

[]

This method tests for !=.