Struct regex::prog::InstEmptyLook[][src]

pub struct InstEmptyLook {
    pub goto: usize,
    pub look: EmptyLook,
}

Representation of the EmptyLook instruction.

Fields

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

The type of zero-width assertion to check.

Trait Implementations

impl Clone for InstEmptyLook
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InstEmptyLook
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for InstEmptyLook

impl Sync for InstEmptyLook