Enum gtk_sys::GtkArrowPlacement [] [src]

pub enum GtkArrowPlacement {
    Both,
    Start,
    End,
}

Variants

Trait Implementations

impl Clone for GtkArrowPlacement
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkArrowPlacement
[src]

impl Debug for GtkArrowPlacement
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkArrowPlacement
[src]

impl PartialEq for GtkArrowPlacement
[src]

[]

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

[]

This method tests for !=.