pub type BitReader<FI> = BitReaderRaw<FI>;
Bit-wise field reader
struct BitReader<FI> { /* 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
==
!=