Struct lzw::LsbWriter
[-] [+]
[src]
pub struct LsbWriter<'a, W> where W: Write + 'a {
// some fields omitted
}Writes bits to a byte stream, LSB first.
pub struct LsbWriter<'a, W> where W: Write + 'a {
// some fields omitted
}Writes bits to a byte stream, LSB first.
impl<'a, W> LsbWriter<'a, W> where W: Write + 'aimpl<'a, W> Write for LsbWriter<'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 LsbWriter<'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).