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