Struct p25::bits::DibitByteParams [] [src]

pub struct DibitByteParams;

Parameters for DibitBytes iterator.

Trait Implementations

impl IterParams for DibitByteParams
[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.