#[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
sourceimpl Hash for ff_effect
impl Hash for ff_effect
sourcefn hash<__H: Hasher>(&self, state: &mut __H)
fn hash<__H: Hasher>(&self, state: &mut __H)
Feeds this value into the given [
Hasher
]. Read more1.3.0fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
fn hash_slice<H>(data: &[Self], state: &mut H)where
H: Hasher,
Feeds a slice of this type into the given [
Hasher
]. Read moreimpl Copy for ff_effect
impl Eq for ff_effect
impl StructuralEq for ff_effect
impl StructuralPartialEq for ff_effect
Auto Trait Implementations
impl RefUnwindSafe for ff_effect
impl Send for ff_effect
impl Sync for ff_effect
impl Unpin for ff_effect
impl UnwindSafe for ff_effect
Blanket Implementations
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstablefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more