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: [u64; 4], }
Fields
type_: __u16
id: __s16
direction: __u16
trigger: ff_trigger
replay: ff_replay
u: [u64; 4]
Trait Implementations
impl Copy for ff_effect
[src]
impl Copy for ff_effect
impl Clone for ff_effect
[src]
impl Clone for ff_effect
fn clone(&self) -> 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[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_effect
fn eq(&self, other: &Self) -> bool
[src]
fn eq(&self, other: &Self) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Rhs) -> bool
1.0.0[src]
fn ne(&self, other: &Rhs) -> bool
1.0.0
[src]This method tests for !=
.
impl Eq for ff_effect
[src]
impl Eq for ff_effect