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