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