Struct lzw::MsbReader [−][src]
pub struct MsbReader { /* fields omitted */ }Reads bits from a byte stream, MSB first.
Methods
impl MsbReader[src]
impl MsbReaderTrait Implementations
impl Debug for MsbReader[src]
impl Debug for MsbReaderfn 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 MsbReader[src]
impl BitReader for MsbReader