Enum wacom_sys::WacomButtonFlags [] [src]

#[repr(u32)]
pub enum WacomButtonFlags { WACOM_BUTTON_NONE, WACOM_BUTTON_POSITION_LEFT, WACOM_BUTTON_POSITION_RIGHT, WACOM_BUTTON_POSITION_TOP, WACOM_BUTTON_POSITION_BOTTOM, WACOM_BUTTON_RING_MODESWITCH, WACOM_BUTTON_RING2_MODESWITCH, WACOM_BUTTON_TOUCHSTRIP_MODESWITCH, WACOM_BUTTON_TOUCHSTRIP2_MODESWITCH, WACOM_BUTTON_OLED, WACOM_BUTTON_MODESWITCH, WACOM_BUTTON_DIRECTION, WACOM_BUTTON_RINGS_MODESWITCH, WACOM_BUTTON_TOUCHSTRIPS_MODESWITCH, }

Capabilities of the various tablet buttons

Variants

Trait Implementations

impl Debug for WacomButtonFlags
[src]

Formats the value using the given formatter.

impl Copy for WacomButtonFlags
[src]

impl Clone for WacomButtonFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for WacomButtonFlags
[src]

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

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