Enum gtk_sys::GtkPackDirection [] [src]

pub enum GtkPackDirection {
    Ltr,
    Rtl,
    Ttb,
    Btt,
}

Variants

Trait Implementations

impl Clone for GtkPackDirection
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkPackDirection
[src]

impl Debug for GtkPackDirection
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkPackDirection
[src]

impl PartialEq for GtkPackDirection
[src]

[]

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

[]

This method tests for !=.