Enum gdk::DragProtocol
[−]
[src]
pub enum DragProtocol {
None,
Motif,
Xdnd,
Rootwin,
Win32Dropfiles,
Ole2,
Local,
Wayland,
// some variants omitted
}Variants
NoneMotifXdndRootwinWin32DropfilesOle2LocalWaylandTrait Implementations
impl Clone for DragProtocol[src]
fn clone(&self) -> DragProtocol
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
impl Copy for DragProtocol[src]
impl Debug for DragProtocol[src]
impl Eq for DragProtocol[src]
impl PartialEq for DragProtocol[src]
fn eq(&self, __arg_0: &DragProtocol) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &DragProtocol) -> bool
This method tests for !=.