Enum gdk::DeviceToolType
[−]
[src]
pub enum DeviceToolType { Unknown, Pen, Eraser, Brush, Pencil, Airbrush, Mouse, Lens, // some variants omitted }
Variants
Unknown
Pen
Eraser
Brush
Pencil
Airbrush
Mouse
Lens
Trait Implementations
impl Clone for DeviceToolType
[src]
fn clone(&self) -> DeviceToolType
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 DeviceToolType
[src]
impl Debug for DeviceToolType
[src]
impl Eq for DeviceToolType
[src]
impl PartialEq for DeviceToolType
[src]
fn eq(&self, __arg_0: &DeviceToolType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &DeviceToolType) -> bool
This method tests for !=
.