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

pub enum libevdev_log_priority {
    LIBEVDEV_LOG_ERROR,
    LIBEVDEV_LOG_INFO,
    LIBEVDEV_LOG_DEBUG,
}

Variants

LIBEVDEV_LOG_ERRORLIBEVDEV_LOG_INFOLIBEVDEV_LOG_DEBUG

Trait Implementations

impl Clone for libevdev_log_priority
[src]

fn clone(&self) -> libevdev_log_priority

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for libevdev_log_priority
[src]

impl Debug for libevdev_log_priority
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.