pub struct Obstacle {
pub start: Array1<f64>,
pub end: Array1<f64>,
pub radius: f64,
}Expand description
struct representing a static obstacle
Fields§
§start: Array1<f64>§end: Array1<f64>§radius: f64Trait Implementations§
Auto Trait Implementations§
impl Freeze for Obstacle
impl RefUnwindSafe for Obstacle
impl Send for Obstacle
impl Sync for Obstacle
impl Unpin for Obstacle
impl UnwindSafe for Obstacle
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