Struct input_linux_sys::ff_effect [] [src]

#[repr(C)]
pub struct ff_effect { pub _type: uint16_t, pub id: int16_t, pub direction: uint16_t, pub trigger: ff_trigger, pub replay: ff_replay, pub u: ff_effect_union, }

Fields

Trait Implementations

impl Copy for ff_effect
[src]

impl Clone for ff_effect
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ff_effect
[src]

[src]

Formats the value using the given formatter.