Enum gtk_sys::GtkDragResult
[−]
[src]
#[repr(C)]pub enum GtkDragResult { Success, NoTarget, UserCancelled, TimeoutExpired, GrabBroken, Error, }
Variants
Success
NoTarget
UserCancelled
TimeoutExpired
GrabBroken
Error
Trait Implementations
impl Clone for GtkDragResult
[src]
fn clone(&self) -> GtkDragResult
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