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