Enum wacom_sys::WacomIntegrationFlags [] [src]

#[repr(u32)]
pub enum WacomIntegrationFlags { WACOM_DEVICE_INTEGRATED_NONE, WACOM_DEVICE_INTEGRATED_DISPLAY, WACOM_DEVICE_INTEGRATED_SYSTEM, }

Tablet integration.

Variants

Trait Implementations

impl Debug for WacomIntegrationFlags
[src]

Formats the value using the given formatter.

impl Copy for WacomIntegrationFlags
[src]

impl Clone for WacomIntegrationFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for WacomIntegrationFlags
[src]

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

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