Struct linux_input_sys::ff_rumble_effect [] [src]

#[repr(C)]
pub struct ff_rumble_effect { pub strong_magnitude: __u16, pub weak_magnitude: __u16, }

Fields

Trait Implementations

impl Debug for ff_rumble_effect
[src]

Formats the value using the given formatter.

impl Copy for ff_rumble_effect
[src]

impl Clone for ff_rumble_effect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more