Struct rich_sdl2_rust::haptic::HapticSet
source · pub struct HapticSet(/* private fields */);
Expand description
All of recognized haptic devices at initialized.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for HapticSet
impl !Send for HapticSet
impl !Sync for HapticSet
impl Unpin for HapticSet
impl UnwindSafe for HapticSet
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