Enum gdk_sys::GdkDragProtocol
[−]
[src]
#[repr(C)]pub enum GdkDragProtocol { None, Motif, Xdnd, Rootwin, Win32Dropfiles, Ole2, Local, Wayland, }
Variants
None
Motif
Xdnd
Rootwin
Win32Dropfiles
Ole2
Local
Wayland
Trait Implementations
impl Clone for GdkDragProtocol
[src]
fn clone(&self) -> GdkDragProtocol
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