Struct libc::ff_ramp_effect [−][src]
#[repr(C)]pub struct ff_ramp_effect { pub start_level: __s16, pub end_level: __s16, pub envelope: ff_envelope, }
Fields
start_level: __s16
end_level: __s16
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 !=
.