Enum wacom_sys::WacomClass [] [src]

#[repr(u32)]
pub enum WacomClass { WCLASS_UNKNOWN, WCLASS_INTUOS3, WCLASS_INTUOS4, WCLASS_INTUOS5, WCLASS_CINTIQ, WCLASS_BAMBOO, WCLASS_GRAPHIRE, WCLASS_ISDV4, WCLASS_INTUOS, WCLASS_INTUOS2, WCLASS_PEN_DISPLAYS, WCLASS_REMOTE, }

Classes of devices.

Variants

Trait Implementations

impl Debug for WacomClass
[src]

Formats the value using the given formatter.

impl Copy for WacomClass
[src]

impl Clone for WacomClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for WacomClass
[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 WacomClass
[src]

impl Hash for WacomClass
[src]

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

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