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