Enum gtk_sys::GtkDirectionType
[−]
[src]
#[repr(C)]pub enum GtkDirectionType { TabForward, TabBackward, Up, Down, Left, Right, }
Variants
TabForward
TabBackward
Up
Down
Left
Right
Trait Implementations
impl Clone for GtkDirectionType
[src]
fn clone(&self) -> GtkDirectionType
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