Enum evdev_rs::enums::EV_REP
[−]
[src]
pub enum EV_REP { REP_DELAY, REP_MAX, }
Variants
REP_DELAY
REP_MAX
Trait Implementations
impl Clone for EV_REP
[src]
fn clone(&self) -> EV_REP
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more