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