Struct input_linux_sys::ff_effect [−][src]
#[repr(C)]pub struct ff_effect { pub type_: u16, pub id: i16, pub direction: u16, pub trigger: ff_trigger, pub replay: ff_replay, pub u: [u64; 4], }
Fields
type_: u16id: i16direction: u16trigger: ff_triggerreplay: ff_replayu: [u64; 4]Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ff_effect
impl UnwindSafe for ff_effect
Blanket Implementations
Mutably borrows from an owned value. Read more