Enum gtk_sys::GtkAlign [] [src]

pub enum GtkAlign {
    Fill,
    Start,
    End,
    Center,
    Baseline,
}

Variants

Trait Implementations

impl Clone for GtkAlign
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkAlign
[src]

impl Debug for GtkAlign
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkAlign
[src]

impl PartialEq for GtkAlign
[src]

[]

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

[]

This method tests for !=.