Struct turbo::viterbi::DecoderState [] [src]

pub struct DecoderState {
    pub state_index: usize,
    pub dist: usize,
}

Fields

Index of the decoder state

(Hamming) distance from the observed signal

Trait Implementations

impl Clone for DecoderState
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for DecoderState
[src]

impl Debug for DecoderState
[src]

Formats the value using the given formatter.