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