Enum libevdev_sys::evdev::libevdev_log_priority [] [src]

#[repr(u32)]
pub enum libevdev_log_priority { LIBEVDEV_LOG_ERROR, LIBEVDEV_LOG_INFO, LIBEVDEV_LOG_DEBUG, }

Variants

Trait Implementations

impl Copy for libevdev_log_priority
[src]

impl Clone for libevdev_log_priority
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for libevdev_log_priority
[src]

Formats the value using the given formatter.