Struct godot_core::classes::input_event::ExIsAction
source · pub struct ExIsAction<'a> { /* private fields */ }
Expand description
Default-param extender for InputEvent::is_action_ex
.
Implementations§
source§impl<'a> ExIsAction<'a>
impl<'a> ExIsAction<'a>
Auto Trait Implementations§
impl<'a> Freeze for ExIsAction<'a>
impl<'a> RefUnwindSafe for ExIsAction<'a>
impl<'a> !Send for ExIsAction<'a>
impl<'a> !Sync for ExIsAction<'a>
impl<'a> Unpin for ExIsAction<'a>
impl<'a> UnwindSafe for ExIsAction<'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