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