Enum gdk_sys::GdkScrollDirection [] [src]

#[repr(C)]
pub enum GdkScrollDirection { Up, Down, Left, Right, Smooth, }

Variants

Trait Implementations

impl Clone for GdkScrollDirection
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GdkScrollDirection
[src]

impl Debug for GdkScrollDirection
[src]

Formats the value using the given formatter.

impl Eq for GdkScrollDirection
[src]

impl PartialEq for GdkScrollDirection
[src]

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

This method tests for !=.