Enum xkbcommon_sys::xkb_consumed_mode [] [src]

#[repr(C)]
pub enum xkb_consumed_mode { XKB_CONSUMED_MODE_XKB, XKB_CONSUMED_MODE_GTK, }

Variants

Trait Implementations

impl Eq for xkb_consumed_mode
[src]

impl PartialEq for xkb_consumed_mode
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Copy for xkb_consumed_mode
[src]

impl Clone for xkb_consumed_mode
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for xkb_consumed_mode
[src]

Formats the value using the given formatter.