Enum gtk::DirectionType 
                   
                       [−]
                   
               [src]
pub enum DirectionType {
    TabForward,
    TabBackward,
    Up,
    Down,
    Left,
    Right,
    // some variants omitted
}Variants
TabForwardTabBackwardUpDownLeftRightTrait Implementations
impl Clone for DirectionType[src]
fn clone(&self) -> DirectionType
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 DirectionType[src]
impl Debug for DirectionType[src]
impl Eq for DirectionType[src]
impl PartialEq for DirectionType[src]
fn eq(&self, __arg_0: &DirectionType) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DirectionType) -> bool
This method tests for !=.