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