Struct erl_parse::cst::types::parts::BitSize [] [src]

pub struct BitSize {
    pub _underscore0: VariableToken,
    pub _colon: SymbolToken,
    pub _underscore1: VariableToken,
    pub _asterisk: SymbolToken,
    pub size: IntegerToken,
}

_ : _ * IntegerToken

Fields

Trait Implementations

impl Debug for BitSize
[src]

[src]

Formats the value using the given formatter.

impl Clone for BitSize
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Parse for BitSize
[src]

[src]

[src]

impl PositionRange for BitSize
[src]

[src]

Returns the (inclusive) start position of this.

[src]

Returns the (exclusive) end position of this.