Enum gtk_sys::GtkIconViewDropPosition 
                   
                       [−]
                   
               [src]
#[repr(C)]pub enum GtkIconViewDropPosition { NoDrop, DropInto, DropLeft, DropRight, DropAbove, DropBelow, }
Variants
NoDropDropIntoDropLeftDropRightDropAboveDropBelowTrait Implementations
impl Clone for GtkIconViewDropPosition[src]
fn clone(&self) -> GtkIconViewDropPosition
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