Enum xkbcommon_sys::xkb_key_direction [] [src]

#[repr(C)]
pub enum xkb_key_direction { XKB_KEY_UP, XKB_KEY_DOWN, }

Variants

Trait Implementations

impl Eq for xkb_key_direction
[src]

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

impl Clone for xkb_key_direction
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for xkb_key_direction
[src]

Formats the value using the given formatter.