Struct regex::prog::InstChar[][src]

pub struct InstChar {
    pub goto: usize,
    pub c: char,
}

Representation of the Char instruction.

Fields

The next location to execute in the program if this instruction succeeds.

The character to test.

Trait Implementations

impl Clone for InstChar
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InstChar
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for InstChar

impl Sync for InstChar