Struct input_linux_sys::ff_envelope [−][src]
#[repr(C)]pub struct ff_envelope { pub attack_length: u16, pub attack_level: u16, pub fade_length: u16, pub fade_level: u16, }
Fields
attack_length: u16
attack_level: u16
fade_length: u16
fade_level: u16
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_envelope
impl Send for ff_envelope
impl Sync for ff_envelope
impl Unpin for ff_envelope
impl UnwindSafe for ff_envelope
Blanket Implementations
Mutably borrows from an owned value. Read more