Enum pango_sys::PangoWrapMode [] [src]

pub enum PangoWrapMode {
    Word,
    Char,
    WordChar,
}

Variants

Trait Implementations

impl Clone for PangoWrapMode
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for PangoWrapMode
[src]

impl Debug for PangoWrapMode
[src]

[]

Formats the value using the given formatter.

impl Eq for PangoWrapMode
[src]

impl PartialEq for PangoWrapMode
[src]

[]

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

[]

This method tests for !=.