Struct libevdev_sys::linux_input::ff_replay
[−]
[src]
pub struct ff_replay {
pub length: __u16,
pub delay: __u16,
}Fields
length: __u16
delay: __u16
Trait Implementations
impl Clone for ff_replay[src]
fn clone(&self) -> ff_replay
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