pub struct CfgPath {
pub node_ids: Vec<u64>,
pub total_cost: f32,
pub heuristic_cost: f32,
pub actual_cost: f32,
}Fields§
§node_ids: Vec<u64>§total_cost: f32§heuristic_cost: f32§actual_cost: f32Trait Implementations§
Auto Trait Implementations§
impl Freeze for CfgPath
impl RefUnwindSafe for CfgPath
impl Send for CfgPath
impl Sync for CfgPath
impl Unpin for CfgPath
impl UnsafeUnpin for CfgPath
impl UnwindSafe for CfgPath
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