Struct regex::prog::InstSave [−][src]
Representation of the Save instruction.
Fields
goto: usize
The next location to execute in the program.
slot: usize
The capture slot (there are two slots for every capture in a regex, including the zeroth capture for the entire match).
Trait Implementations
impl Clone for InstSave
[src]
impl Clone for InstSave
fn clone(&self) -> InstSave
[src]
fn clone(&self) -> InstSave
Returns 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 InstSave
[src]
impl Debug for InstSave