Enum gtk_sys::GtkTreeViewDropPosition [] [src]

pub enum GtkTreeViewDropPosition {
    Before,
    After,
    IntoOrBefore,
    IntoOrAfter,
}

Variants

Trait Implementations

impl Clone for GtkTreeViewDropPosition
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkTreeViewDropPosition
[src]

impl Debug for GtkTreeViewDropPosition
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkTreeViewDropPosition
[src]

impl PartialEq for GtkTreeViewDropPosition
[src]

[]

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

[]

This method tests for !=.