Struct input_linux_sys::ff_periodic_effect
[−]
[src]
#[repr(C)]pub struct ff_periodic_effect { pub waveform: uint16_t, pub period: uint16_t, pub magnitude: int16_t, pub offset: int16_t, pub phase: uint16_t, pub envelope: ff_envelope, pub custom_len: uint32_t, pub custom_data: *mut int16_t, }
Fields
waveform: uint16_t
period: uint16_t
magnitude: int16_t
offset: int16_t
phase: uint16_t
envelope: ff_envelope
custom_len: uint32_t
custom_data: *mut int16_t
Trait Implementations
impl Copy for ff_periodic_effect
[src]
impl Clone for ff_periodic_effect
[src]
fn clone(&self) -> ff_periodic_effect
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more