Struct literalext::IntLit [] [src]

pub struct IntLit { /* fields omitted */ }

A type which represents an integer literal.

Methods

impl IntLit
[src]

[src]

Get the suffix written on the integer literal.

[src]

Returns None if the value overflows, or if the suffix is wrong.

[src]

Returns None if the value overflows, or if the suffix is wrong.

[src]

Returns None if the value overflows, or if the suffix is wrong.

[src]

Returns None if the value overflows, or if the suffix is wrong.

[src]

Returns None if the value overflows, or if the suffix is wrong.

[src]

Returns None if the value overflows, or if the suffix is wrong.

[src]

Returns None if the value overflows, or if the suffix is wrong.

[src]

Returns None if the value overflows, or if the suffix is wrong.

Trait Implementations

impl Debug for IntLit
[src]

[src]

Formats the value using the given formatter.

impl Copy for IntLit
[src]

impl Clone for IntLit
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for IntLit
[src]

impl PartialEq for IntLit
[src]

[src]

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

[src]

This method tests for !=.