Struct regex_syntax::hir::HirInfo[][src]

struct HirInfo {
    bools: u8,
}

A type that documents various attributes of an HIR expression.

These attributes are typically defined inductively on the HIR.

Fields

Represent yes/no questions by a bitfield to conserve space, since this is included in every HIR expression.

If more attributes need to be added, it is OK to increase the size of this as appropriate.

Methods

impl HirInfo
[src]

Trait Implementations

impl Clone for HirInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for HirInfo
[src]

Formats the value using the given formatter. Read more

impl Eq for HirInfo
[src]

impl PartialEq for HirInfo
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for HirInfo

impl Sync for HirInfo