Structs§
- Shared struct for
Lane
pointers. This is needed because*const Lane
can’t be used directly in the CxxVector collection. - Shared struct for
LaneSRange
references. This is needed because&f
can’t be used directly in the CxxVector collection. - Shared struct for
Intersection
pointers. This is needed because*mut Intersection
can’t be used directly in the CxxVector collection.
Functions§
- Safety
- Safety