Struct regex::prog::InstEmptyLook [−][src]
Representation of the EmptyLook
instruction.
Fields
goto: usize
The next location to execute in the program if this instruction succeeds.
look: EmptyLook
The type of zero-width assertion to check.
Trait Implementations
impl Clone for InstEmptyLook
[src]
impl Clone for InstEmptyLook
fn clone(&self) -> InstEmptyLook
[src]
fn clone(&self) -> InstEmptyLook
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 InstEmptyLook
[src]
impl Debug for InstEmptyLook
Auto Trait Implementations
impl Send for InstEmptyLook
impl Send for InstEmptyLook
impl Sync for InstEmptyLook
impl Sync for InstEmptyLook