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 InstEmptyLookfn clone(&self) -> InstEmptyLook[src]
fn clone(&self) -> InstEmptyLookReturns 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 InstEmptyLookAuto Trait Implementations
impl Send for InstEmptyLook
impl Send for InstEmptyLookimpl Sync for InstEmptyLook
impl Sync for InstEmptyLook