Struct rich_sdl2_rust::haptic::rumble::HapticRumble
source · pub struct HapticRumble<'haptic> { /* private fields */ }
Expand description
A controller to rumble the haptic device.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'haptic> RefUnwindSafe for HapticRumble<'haptic>
impl<'haptic> !Send for HapticRumble<'haptic>
impl<'haptic> !Sync for HapticRumble<'haptic>
impl<'haptic> Unpin for HapticRumble<'haptic>
impl<'haptic> UnwindSafe for HapticRumble<'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