Struct rich_sdl2_rust::haptic::PlayingEffect
source · pub struct PlayingEffect<'haptic> { /* private fields */ }
Expand description
A playing haptic effect.
Implementations§
source§impl<'haptic> PlayingEffect<'haptic>
impl<'haptic> PlayingEffect<'haptic>
Trait Implementations§
Auto Trait Implementations§
impl<'haptic> RefUnwindSafe for PlayingEffect<'haptic>
impl<'haptic> !Send for PlayingEffect<'haptic>
impl<'haptic> !Sync for PlayingEffect<'haptic>
impl<'haptic> Unpin for PlayingEffect<'haptic>
impl<'haptic> UnwindSafe for PlayingEffect<'haptic>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more