Struct p25::bits::DibitParams [] [src]

pub struct DibitParams;

Parameters for Dibits iterator.

Trait Implementations

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