Struct regex::prog::InstSplit [−][src]
Representation of the Split instruction.
Fields
goto1: usize
The first instruction to try. A match resulting from following goto1 has precedence over a match resulting from following goto2.
goto2: usize
The second instruction to try. A match resulting from following goto1 has precedence over a match resulting from following goto2.
Trait Implementations
impl Clone for InstSplit[src]
impl Clone for InstSplitfn clone(&self) -> InstSplit[src]
fn clone(&self) -> InstSplitReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for InstSplit[src]
impl Debug for InstSplit