pub type BitReader<FI = bool> = BitReader<FI>;
Bit-wise field reader
struct BitReader<FI = bool> { /* private fields */ }
Value of the field as raw bits.
Returns true if the bit is clear (0).
true
Returns true if the bit is set (1).
self
other
==
!=