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