Enum gtk_sys::GtkMenuDirectionType [] [src]

pub enum GtkMenuDirectionType {
    Parent,
    Child,
    Next,
    Prev,
}

Variants

Trait Implementations

impl Clone for GtkMenuDirectionType
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkMenuDirectionType
[src]

impl Debug for GtkMenuDirectionType
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkMenuDirectionType
[src]

impl PartialEq for GtkMenuDirectionType
[src]

[]

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

[]

This method tests for !=.