pub struct BusCoord {
pub bus: String,
pub x: f64,
pub y: f64,
}Expand description
Bus coordinates from a BusCoords file.
Fields§
§bus: String§x: f64§y: f64Trait Implementations§
impl StructuralPartialEq for BusCoord
Auto Trait Implementations§
impl Freeze for BusCoord
impl RefUnwindSafe for BusCoord
impl Send for BusCoord
impl Sync for BusCoord
impl Unpin for BusCoord
impl UnsafeUnpin for BusCoord
impl UnwindSafe for BusCoord
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