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

Trait Implementations

impl Copy for ff_periodic_effect
[src]

impl Clone for ff_periodic_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_periodic_effect
[src]

[src]

Formats the value using the given formatter.

impl Default for ff_periodic_effect
[src]

[src]

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