Enum pango_sys::PangoGravity [] [src]

pub enum PangoGravity {
    South,
    East,
    North,
    West,
    Auto,
}

Variants

Trait Implementations

impl Clone for PangoGravity
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for PangoGravity
[src]

impl Debug for PangoGravity
[src]

[]

Formats the value using the given formatter.

impl Eq for PangoGravity
[src]

impl PartialEq for PangoGravity
[src]

[]

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

[]

This method tests for !=.