Struct linux_input_sys::ff_effect [] [src]

#[repr(C)]
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__bindgen_ty_1, }

Fields

Trait Implementations

impl Debug for ff_effect
[src]

Formats the value using the given formatter.

impl Copy for ff_effect
[src]

impl Clone for ff_effect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more