Struct extemp::State [] [src]

#[repr(C)]
pub struct State { /* fields omitted */ }

A single automaton state, which is supposed to be bound to some number of variables and which may or may not be an accepting state.

Trait Implementations

impl Clone for State
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for State
[src]

Formats the value using the given formatter.