Enum gtk_sys::GtkIconViewDropPosition [] [src]

pub enum GtkIconViewDropPosition {
    NoDrop,
    DropInto,
    DropLeft,
    DropRight,
    DropAbove,
    DropBelow,
}

Variants

Trait Implementations

impl Clone for GtkIconViewDropPosition
[src]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

impl Copy for GtkIconViewDropPosition
[src]

impl Debug for GtkIconViewDropPosition
[src]

[]

Formats the value using the given formatter.

impl Eq for GtkIconViewDropPosition
[src]

impl PartialEq for GtkIconViewDropPosition
[src]

[]

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

[]

This method tests for !=.