Struct map_model::make::transit::BorderSnapper
source · struct BorderSnapper {
bus_incoming_borders: FindClosest<LaneID>,
bus_outgoing_borders: FindClosest<LaneID>,
train_incoming_borders: FindClosest<LaneID>,
train_outgoing_borders: FindClosest<LaneID>,
}
Fields§
§bus_incoming_borders: FindClosest<LaneID>
§bus_outgoing_borders: FindClosest<LaneID>
§train_incoming_borders: FindClosest<LaneID>
§train_outgoing_borders: FindClosest<LaneID>
Implementations§
source§impl BorderSnapper
impl BorderSnapper
fn new(map: &Map) -> BorderSnapper
Auto Trait Implementations§
impl Freeze for BorderSnapper
impl RefUnwindSafe for BorderSnapper
impl Send for BorderSnapper
impl Sync for BorderSnapper
impl Unpin for BorderSnapper
impl UnwindSafe for BorderSnapper
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