Enum gtk_sys::GtkStackTransitionType [] [src]

pub enum GtkStackTransitionType {
    None,
    Crossfade,
    SlideRight,
    SlideLeft,
    SlideUp,
    SlideDown,
    SlideLeftRight,
    SlideUpDown,
    OverUp,
    OverDown,
    OverLeft,
    OverRight,
    UnderUp,
    UnderDown,
    UnderLeft,
    UnderRight,
    OverUpDown,
    OverDownUp,
    OverLeftRight,
    OverRightLeft,
}

Variants

Trait Implementations

impl Clone for GtkStackTransitionType
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkStackTransitionType
[src]

impl Debug for GtkStackTransitionType
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkStackTransitionType
[src]

impl PartialEq for GtkStackTransitionType
[src]

[]

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

[]

This method tests for !=.