Struct lzw::MsbWriter
[-] [+]
[src]
pub struct MsbWriter<'a, W> where W: Write + 'a {
// some fields omitted
}Writes bits to a byte stream, MSB first.
pub struct MsbWriter<'a, W> where W: Write + 'a {
// some fields omitted
}Writes bits to a byte stream, MSB first.
impl<'a, W> MsbWriter<'a, W> where W: Write + 'aimpl<'a, W> Write for MsbWriter<'a, W> where W: Write + 'afn write(&mut self, buf: &[u8]) -> Result<usize>fn flush(&mut self) -> Result<()>fn write_all(&mut self, buf: &[u8]) -> Result<(), Error>fn write_fmt(&mut self, fmt: Arguments) -> Result<(), Error>fn by_ref(&mut self) -> &mut Selffn broadcast<W>(self, other: W) -> Broadcast<Self, W> where W: Writeimpl<'a, W> BitWriter for MsbWriter<'a, W> where W: Write + 'afn write_bits(&mut self, v: u16, n: u8) -> Result<()>
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).