Struct pathfinding::astar::Recast
source · pub struct Recast {
pub points: Vec<Vec<i32>>,
}Fields§
§points: Vec<Vec<i32>>Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Recast
impl Send for Recast
impl Sync for Recast
impl Unpin for Recast
impl UnwindSafe for Recast
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