Enum gtk_sys::GtkNumberUpLayout [] [src]

pub enum GtkNumberUpLayout {
    Lrtb,
    Lrbt,
    Rltb,
    Rlbt,
    Tblr,
    Tbrl,
    Btlr,
    Btrl,
}

Variants

Trait Implementations

impl Clone for GtkNumberUpLayout
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkNumberUpLayout
[src]

impl Debug for GtkNumberUpLayout
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkNumberUpLayout
[src]

impl PartialEq for GtkNumberUpLayout
[src]

[]

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

[]

This method tests for !=.