Enum input_sys::libinput_config_dwt_state [] [src]

#[repr(u32)]
pub enum libinput_config_dwt_state { LIBINPUT_CONFIG_DWT_DISABLED, LIBINPUT_CONFIG_DWT_ENABLED, }

@ingroup config

Possible states for the disable-while-typing feature. See @ref disable-while-typing for details.

Variants

Trait Implementations

impl Debug for libinput_config_dwt_state
[src]

Formats the value using the given formatter.

impl Copy for libinput_config_dwt_state
[src]

impl Clone for libinput_config_dwt_state
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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

impl Hash for libinput_config_dwt_state
[src]

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

Feeds a slice of this type into the state provided.