Struct ioctl::ff_constant_effect [] [src]

pub struct ff_constant_effect {
    pub level: i16,
    pub envelope: ff_envelope,
}

Fields

level
envelope

Trait Implementations

impl Default for ff_constant_effect

fn default() -> Self

Derived Implementations

impl Debug for ff_constant_effect

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

impl Clone for ff_constant_effect

fn clone(&self) -> ff_constant_effect

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

impl Copy for ff_constant_effect