Enum input_sys::libinput_device_capability [] [src]

#[repr(u32)]
pub enum libinput_device_capability { LIBINPUT_DEVICE_CAP_KEYBOARD, LIBINPUT_DEVICE_CAP_POINTER, LIBINPUT_DEVICE_CAP_TOUCH, LIBINPUT_DEVICE_CAP_TABLET_TOOL, LIBINPUT_DEVICE_CAP_TABLET_PAD, LIBINPUT_DEVICE_CAP_GESTURE, LIBINPUT_DEVICE_CAP_SWITCH, }

@ingroup device

Capabilities on a device. A device may have one or more capabilities at a time, capabilities remain static for the lifetime of the device.

Variants

Trait Implementations

impl Debug for libinput_device_capability
[src]

Formats the value using the given formatter.

impl Copy for libinput_device_capability
[src]

impl Clone for libinput_device_capability
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for libinput_device_capability
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.