Struct lzw::LsbReader [−][src]
pub struct LsbReader { /* fields omitted */ }Reads bits from a byte stream, LSB first.
Methods
impl LsbReader[src]
impl LsbReaderTrait Implementations
impl Debug for LsbReader[src]
impl Debug for LsbReaderfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl BitReader for LsbReader[src]
impl BitReader for LsbReader