Enum gtk::IconViewDropPosition 
                   
                       [−]
                   
               [src]
pub enum IconViewDropPosition {
    NoDrop,
    DropInto,
    DropLeft,
    DropRight,
    DropAbove,
    DropBelow,
    // some variants omitted
}Variants
NoDropDropIntoDropLeftDropRightDropAboveDropBelowTrait Implementations
impl Clone for IconViewDropPosition[src]
fn clone(&self) -> IconViewDropPosition
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
impl Copy for IconViewDropPosition[src]
impl Debug for IconViewDropPosition[src]
impl Eq for IconViewDropPosition[src]
impl PartialEq for IconViewDropPosition[src]
fn eq(&self, __arg_0: &IconViewDropPosition) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &IconViewDropPosition) -> bool
This method tests for !=.