pub struct TribitByteParams;
Expand description
Parameters for TribitBytes
iterator.
Type to consume when buffering.
Type to yield at each iteration.
Number of bits to consume at each iteration.
Number of input symbols to consume when buffering.
Amount to shift buffer after loading an input symbol.
Convert input symbol to a byte.
Convert bits to output type.
Amount to shift buffer after all buffering, so the bits are lined up at the MSB.
Number of iterations before buffering.
Verify the parameters are supported.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.