Enum xkbcommon_sys::xkb_compose_format [] [src]

#[repr(C)]
pub enum xkb_compose_format { XKB_COMPOSE_FORMAT_TEXT_V1, }

Variants

Trait Implementations

impl Eq for xkb_compose_format
[src]

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

impl Clone for xkb_compose_format
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for xkb_compose_format
[src]

Formats the value using the given formatter.