pub struct ff_effect {
pub type_: u16,
pub id: i16,
pub direction: u16,
pub trigger: ff_trigger,
pub replay: ff_replay,
pub u: [u32; 7],
}Fields
type_: u16id: i16direction: u16trigger: ff_triggerreplay: ff_replayu: [u32; 7]Trait Implementations
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more