Enum bcmp::AlgoSpec [] [src]

pub enum AlgoSpec {
    HashMatch(usize),
    TreeMatch(usize),
}

An enumeration describing the algorithm specification: either HashMatch or TreeMatch with the minimal matching length parameter.

Variants

The parameter is the minimal matching length which will determine the HashMatchKey used.

The parameter is the minimal matching length.

Trait Implementations

impl Clone for AlgoSpec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for AlgoSpec
[src]

impl Debug for AlgoSpec
[src]

Formats the value using the given formatter.