Enum gtk::StackTransitionType 
                   
                       [−]
                   
               [src]
pub enum StackTransitionType {
    None,
    Crossfade,
    SlideRight,
    SlideLeft,
    SlideUp,
    SlideDown,
    SlideLeftRight,
    SlideUpDown,
    OverUp,
    OverDown,
    OverLeft,
    OverRight,
    UnderUp,
    UnderDown,
    UnderLeft,
    UnderRight,
    OverUpDown,
    OverDownUp,
    OverLeftRight,
    OverRightLeft,
    // some variants omitted
}Variants
NoneCrossfadeSlideRightSlideLeftSlideUpSlideDownSlideLeftRightSlideUpDownOverUpOverDownOverLeftOverRightUnderUpUnderDownUnderLeftUnderRightOverUpDownOverDownUpOverLeftRightOverRightLeftTrait Implementations
impl Clone for StackTransitionType[src]
fn clone(&self) -> StackTransitionType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for StackTransitionType[src]
impl Debug for StackTransitionType[src]
impl Eq for StackTransitionType[src]
impl PartialEq for StackTransitionType[src]
fn eq(&self, __arg_0: &StackTransitionType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &StackTransitionType) -> bool
This method tests for !=.