Struct ExGetClosestPoint
pub struct ExGetClosestPoint<'a> { /* private fields */ }
Expand description
Default-param extender for AStar2D::get_closest_point_ex
.
Implementations§
§impl<'a> ExGetClosestPoint<'a>
impl<'a> ExGetClosestPoint<'a>
pub fn include_disabled(self, value: bool) -> ExGetClosestPoint<'a>
pub fn done(self) -> i64
Auto Trait Implementations§
impl<'a> Freeze for ExGetClosestPoint<'a>
impl<'a> RefUnwindSafe for ExGetClosestPoint<'a>
impl<'a> !Send for ExGetClosestPoint<'a>
impl<'a> !Sync for ExGetClosestPoint<'a>
impl<'a> Unpin for ExGetClosestPoint<'a>
impl<'a> UnwindSafe for ExGetClosestPoint<'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