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