Struct p25::bits::HexbitByteParams [] [src]

pub struct HexbitByteParams;

Parameters for HexbitBytes iterator.

Trait Implementations

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