Struct regex::dfa::Byte[][src]

struct Byte(u16);

Byte is a u8 in spirit, but a u16 in practice so that we can represent the special EOF sentinel value.

Methods

impl Byte
[src]

Trait Implementations

impl Copy for Byte
[src]

impl Clone for Byte
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Byte
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Byte

impl Sync for Byte