Struct input_linux_sys::ff_constant_effect [−][src]
#[repr(C)]pub struct ff_constant_effect { pub level: i16, pub envelope: ff_envelope, }
Fields
level: i16
envelope: ff_envelope
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ff_constant_effect
impl Send for ff_constant_effect
impl Sync for ff_constant_effect
impl Unpin for ff_constant_effect
impl UnwindSafe for ff_constant_effect
Blanket Implementations
Mutably borrows from an owned value. Read more