Struct p25::bits::TribitParams [] [src]

pub struct TribitParams;

Parameters for Tribits iterator.

Trait Implementations

impl IterParams for TribitParams
[src]

Type to consume when buffering.

Type to yield at each iteration.

[src]

Number of bits to consume at each iteration.

[src]

Number of input symbols to consume when buffering.

[src]

Amount to shift buffer after loading an input symbol.

[src]

Convert input symbol to a byte.

[src]

Convert bits to output type.

[src]

Amount to shift buffer after all buffering, so the bits are lined up at the MSB.

[src]

Number of iterations before buffering.

[src]

Verify the parameters are supported.