Enum gdk_sys::GdkDragProtocol [] [src]

#[repr(C)]
pub enum GdkDragProtocol { None, Motif, Xdnd, Rootwin, Win32Dropfiles, Ole2, Local, Wayland, }

Variants

Trait Implementations

impl Clone for GdkDragProtocol
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GdkDragProtocol
[src]

impl Debug for GdkDragProtocol
[src]

Formats the value using the given formatter.

impl Eq for GdkDragProtocol
[src]

impl PartialEq for GdkDragProtocol
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.