Module abi_stable::sabi_types::bitarray
source · Expand description
A packed array of boolean enum values.
Structs§
- An array of 64 binary enum values.
- Iterator over the enums inside a
BitArray64
Traits§
- A trait for enums with two variants where one is
truthy
and the other one isfalsy
.
Functions§
- Converts a bool to a
BooleanEnum
. - Converts a
BooleanEnum
to a bool