Struct regex::prog::InstChar [−][src]
Representation of the Char instruction.
Fields
goto: usize
The next location to execute in the program if this instruction succeeds.
c: char
The character to test.
Trait Implementations
impl Clone for InstChar
[src]
impl Clone for InstChar
fn clone(&self) -> InstChar
[src]
fn clone(&self) -> InstChar
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 InstChar
[src]
impl Debug for InstChar