Enum wacom_sys::WacomStylusType [] [src]

#[repr(u32)]
pub enum WacomStylusType { WSTYLUS_UNKNOWN, WSTYLUS_GENERAL, WSTYLUS_INKING, WSTYLUS_AIRBRUSH, WSTYLUS_CLASSIC, WSTYLUS_MARKER, WSTYLUS_STROKE, WSTYLUS_PUCK, }

Class of stylus

Variants

Trait Implementations

impl Debug for WacomStylusType
[src]

Formats the value using the given formatter.

impl Copy for WacomStylusType
[src]

impl Clone for WacomStylusType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WacomStylusType
[src]

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

This method tests for !=.

impl Eq for WacomStylusType
[src]

impl Hash for WacomStylusType
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more