Struct ioctls::ff_periodic_effect [] [src]

#[repr(C)]
pub struct ff_periodic_effect { pub waveform: u16, pub period: u16, pub magnitude: i16, pub offset: i16, pub phase: u16, pub envelope: ff_envelope, pub custom_len: u32, pub custom_data: *mut i16, }

Fields

Trait Implementations

impl Copy for ff_periodic_effect
[src]

impl Clone for ff_periodic_effect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ff_periodic_effect
[src]

Formats the value using the given formatter.

impl Default for ff_periodic_effect
[src]

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