Structs§
- BitRead
- Provides
BitRead
from aRead
. - BitWrite
- The structure is required to cache unsaved bits.
The unsaved bits will be written when
io_drop()
ordrop()
is called. Don’t create the structure directly. Use theUseBitWrite::use_bit_write()
function to write bits.
Traits§
Functions§
- use_
bit_ write_ mem - Creates a
BitWrite
object in memory and pass it to the given scope functionf
.