Enum xkbcommon_sys::xkb_log_level [] [src]

#[repr(C)]
pub enum xkb_log_level { XKB_LOG_LEVEL_CRITICAL, XKB_LOG_LEVEL_ERROR, XKB_LOG_LEVEL_WARNING, XKB_LOG_LEVEL_INFO, XKB_LOG_LEVEL_DEBUG, }

Variants

Trait Implementations

impl Eq for xkb_log_level
[src]

impl PartialEq for xkb_log_level
[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_log_level
[src]

impl Clone for xkb_log_level
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for xkb_log_level
[src]

Formats the value using the given formatter.