Struct libc::ff_trigger 
source · #[repr(C)]pub struct ff_trigger {
    pub button: __u16,
    pub interval: __u16,
}Fields§
§interval: __u16Trait Implementations§
source§impl Clone for ff_trigger
 
impl Clone for ff_trigger
source§fn clone(&self) -> ff_trigger
 
fn clone(&self) -> ff_trigger
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read more