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