[][src]Module reffers::rmba

Structs

RMBA

RMBA can store an &T, a &mut T, a Box or an Arc. It will panic if you try to store a struct that's not 32 bit aligned.

Enums

SlowRMBA

Slightly bigger and slower than RMBA, but same functionality. Mostly used just to verify correctness of the real RMBA.