Struct libc_interface::ff_effect[][src]

#[repr(C)]
pub struct ff_effect { pub type_: __u16, pub id: __s16, pub direction: __u16, pub trigger: ff_trigger, pub replay: ff_replay, pub u: [u32; 7], }

Fields

Trait Implementations

impl Copy for ff_effect
[src]

impl Clone for ff_effect
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ff_effect
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for ff_effect
[src]

Auto Trait Implementations

impl Send for ff_effect

impl Sync for ff_effect