Enum wacom_sys::WacomAxisTypeFlags [] [src]

#[repr(u32)]
pub enum WacomAxisTypeFlags { WACOM_AXIS_TYPE_NONE, WACOM_AXIS_TYPE_TILT, WACOM_AXIS_TYPE_ROTATION_Z, WACOM_AXIS_TYPE_DISTANCE, WACOM_AXIS_TYPE_PRESSURE, WACOM_AXIS_TYPE_SLIDER, }

Axis type for a stylus. Note that x/y is implied.

Variants

Trait Implementations

impl Debug for WacomAxisTypeFlags
[src]

Formats the value using the given formatter.

impl Copy for WacomAxisTypeFlags
[src]

impl Clone for WacomAxisTypeFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for WacomAxisTypeFlags
[src]

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

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