Struct ioctl_sys::ff_effect [] [src]

pub struct ff_effect {
    pub _type: u16,
    pub id: i16,
    pub direction: u16,
    pub trigger: ff_trigger,
    pub replay: ff_replay,
    pub u: Union_Unnamed16,
}

Fields

_type: u16 id: i16 direction: u16 trigger: ff_trigger replay: ff_replay u: Union_Unnamed16

Trait Implementations

impl Clone for ff_effect
[src]

fn clone(&self) -> ff_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_effect
[src]