Struct libevdev_sys::linux_input::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_union, }

Fields

Trait Implementations

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

impl Debug for ff_effect
[src]

Formats the value using the given formatter.

impl Default for ff_effect
[src]

Returns the "default value" for a type. Read more