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