Struct input_linux_sys::ff_condition_effect [] [src]

#[repr(C)]
pub struct ff_condition_effect { pub right_saturation: uint16_t, pub left_saturation: uint16_t, pub right_coeff: int16_t, pub left_coeff: int16_t, pub deadband: uint16_t, pub center: int16_t, }

Fields

Trait Implementations

impl Copy for ff_condition_effect
[src]

impl Clone for ff_condition_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_condition_effect
[src]

[src]

Formats the value using the given formatter.

impl Default for ff_condition_effect
[src]

[src]

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