Crate pretty_bit_mask [] [src]

All this crate does is make bit masking operations a bit prettier.

Traits

BitMaskable

The trait describing things which can have bit masks applied to them. All integer types (and bool) implement this trait.