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_DEBUGTrait 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