Struct libevdev_sys::linux_input::ff_effect
[−]
[src]
pub struct ff_effect {
pub type_: __u16,
pub id: __s16,
pub direction: __u16,
pub trigger: ff_trigger,
pub replay: ff_replay,
pub u: ff_effect_union,
}Fields
type_: __u16
id: __s16
direction: __u16
trigger: ff_trigger
replay: ff_replay
u: ff_effect_union
Trait Implementations
impl Clone for ff_effect[src]
fn clone(&self) -> ff_effect
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