Enum evdev_rs::enums::EV_SND
[−]
[src]
pub enum EV_SND {
SND_CLICK,
SND_BELL,
SND_TONE,
SND_MAX,
}Variants
SND_CLICKSND_BELLSND_TONESND_MAX
Trait Implementations
impl Clone for EV_SND[src]
fn clone(&self) -> EV_SND[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