Modules
Macros
Structs
- A wrapper type for an immutably borrowed value from an
AtomicRefCell<T>
. - A threadsafe analogue to RefCell.
- A hash map implemented with quadratic probing and SIMD lookup.
- A value which is initialized on the first access.
- A filter tha describes what collider should be included or excluded from a scene query.
- Flags for excluding whole sets of colliders from a scene query.
- A single-threaded reference-counting pointer. ‘Rc’ stands for ‘Reference Counted’.
Enums
- A clone-on-write smart pointer.
- The status of a body, governing the way it is affected by external forces.