Enum gdk_sys::GdkDeviceToolType
[−]
[src]
#[repr(C)]pub enum GdkDeviceToolType { Unknown, Pen, Eraser, Brush, Pencil, Airbrush, Mouse, Lens, }
Variants
Unknown
Pen
Eraser
Brush
Pencil
Airbrush
Mouse
Lens
Trait Implementations
impl Clone for GdkDeviceToolType
[src]
fn clone(&self) -> GdkDeviceToolType
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