Struct libc::ff_trigger 
                   
                       [−]
                   
               [src]
#[repr(C)]pub struct ff_trigger { pub button: __u16, pub interval: __u16, }
Fields
interval: __u16
                           Trait Implementations
impl Copy for ff_trigger[src]
impl Clone for ff_trigger[src]
fn clone(&self) -> ff_trigger
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