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