Struct ioctl_sys::ff_periodic_effect [] [src]

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

waveform: u16 period: u16 magnitude: i16 offset: i16 phase: u16 envelope: ff_envelope custom_len: u32 custom_data: *mut i16

Trait Implementations

impl Debug for ff_periodic_effect
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Clone for ff_periodic_effect
[src]

fn clone(&self) -> ff_periodic_effect

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for ff_periodic_effect
[src]

impl Default for ff_periodic_effect
[src]

fn default() -> Self

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