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