pub struct TribitByteParams;
Expand description

Parameters for TribitBytes iterator.

Trait Implementations

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.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.