Enum gtk_sys::GtkIconViewDropPosition
[−]
[src]
pub enum GtkIconViewDropPosition { NoDrop, DropInto, DropLeft, DropRight, DropAbove, DropBelow, }
Variants
NoDrop
DropInto
DropLeft
DropRight
DropAbove
DropBelow
Trait 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