Struct caribon::Repetition [] [src]

pub struct Repetition {
    pub offset: usize,
    pub length: usize,
    pub value: f32,
    pub colour: &'static str,
}

A detected repetition

Fields

The beginning (in characters) of the repetition

The length (in characters) of the repetition

The "severity" of the repetition

How the repetition should be displayed

Trait Implementations

impl Debug for Repetition
[src]

Formats the value using the given formatter.