Enum wacom_sys::WacomBusType [] [src]

#[repr(u32)]
pub enum WacomBusType { WBUSTYPE_UNKNOWN, WBUSTYPE_USB, WBUSTYPE_SERIAL, WBUSTYPE_BLUETOOTH, WBUSTYPE_I2C, }

Bus types for tablets.

Variants

Trait Implementations

impl Debug for WacomBusType
[src]

Formats the value using the given formatter.

impl Copy for WacomBusType
[src]

impl Clone for WacomBusType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for WacomBusType
[src]

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

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