Struct syn::IntLit [] [src]

pub struct IntLit {
    pub value: u64,
    pub suffix: IntTy,
}

Fields

Trait Implementations

impl Debug for IntLit
[src]

Formats the value using the given formatter.

impl Clone for IntLit
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more