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
type_: __u16
id: __s16
direction: __u16
trigger: ff_trigger
replay: ff_replay
u: [u32; 7]
Trait Implementations
impl Copy for ff_effect[src]
impl Copy for ff_effectimpl Clone for ff_effect[src]
impl Clone for ff_effectfn clone(&self) -> ff_effect[src]
fn clone(&self) -> ff_effectReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq for ff_effect[src]
impl PartialEq for ff_effectfn eq(&self, other: &Self) -> bool[src]
fn eq(&self, other: &Self) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> bool1.0.0
[src]This method tests for !=.
impl Eq for ff_effect[src]
impl Eq for ff_effect