Struct wu_manber::Match [] [src]

pub struct Match {
    pub start: usize,
    pub end: usize,
    pub pat_idx: usize,
}

Fields

start
end
pat_idx

Trait Implementations

Derived Implementations

impl PartialEq for Match

fn eq(&self, __arg_0: &Match) -> bool

fn ne(&self, __arg_0: &Match) -> bool

impl Debug for Match

fn fmt(&self, __arg_0: &mut Formatter) -> Result