Struct ExStartJoyVibration
pub struct ExStartJoyVibration<'ex> { /* private fields */ }Expand description
Default-param extender for Input::start_joy_vibration_ex.
Implementations§
§impl<'ex> ExStartJoyVibration<'ex>
impl<'ex> ExStartJoyVibration<'ex>
pub fn duration(self, duration: f32) -> ExStartJoyVibration<'ex>
pub fn done(self)
Auto Trait Implementations§
impl<'ex> Freeze for ExStartJoyVibration<'ex>
impl<'ex> RefUnwindSafe for ExStartJoyVibration<'ex>
impl<'ex> !Send for ExStartJoyVibration<'ex>
impl<'ex> !Sync for ExStartJoyVibration<'ex>
impl<'ex> Unpin for ExStartJoyVibration<'ex>
impl<'ex> !UnwindSafe for ExStartJoyVibration<'ex>
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