Enum xkbcommon_sys::xkb_compose_status [] [src]

#[repr(C)]
pub enum xkb_compose_status { XKB_COMPOSE_NOTHING, XKB_COMPOSE_COMPOSING, XKB_COMPOSE_COMPOSED, XKB_COMPOSE_CANCELLED, }

Variants

Trait Implementations

impl Eq for xkb_compose_status
[src]

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

impl Clone for xkb_compose_status
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for xkb_compose_status
[src]

Formats the value using the given formatter.