[][src]Struct libc::ff_effect

#[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_: __u16id: __s16direction: __u16trigger: ff_triggerreplay: ff_replayu: [u64; 4]

Trait Implementations

impl Clone for ff_effect[src]

impl Copy for ff_effect[src]

Auto Trait Implementations

impl Send for ff_effect

impl Sync for ff_effect

impl Unpin for ff_effect

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.