Struct regex::dfa::StateFlags[][src]

struct StateFlags(u8);

A set of flags describing various configurations of a DFA state. This is represented by a u8 so that it is compact.

Methods

impl StateFlags
[src]

Trait Implementations

impl Clone for StateFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for StateFlags
[src]

impl Eq for StateFlags
[src]

impl Default for StateFlags
[src]

Returns the "default value" for a type. Read more

impl Hash for StateFlags
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for StateFlags
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for StateFlags
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StateFlags

impl Sync for StateFlags