Enum wacom_sys::WacomStatusLEDs [] [src]

#[repr(i32)]
pub enum WacomStatusLEDs { WACOM_STATUS_LED_UNAVAILABLE, WACOM_STATUS_LED_RING, WACOM_STATUS_LED_RING2, WACOM_STATUS_LED_TOUCHSTRIP, WACOM_STATUS_LED_TOUCHSTRIP2, }

Variants

Trait Implementations

impl Debug for WacomStatusLEDs
[src]

Formats the value using the given formatter.

impl Copy for WacomStatusLEDs
[src]

impl Clone for WacomStatusLEDs
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for WacomStatusLEDs
[src]

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

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