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. Read more

impl Clone for IntLit
[src]
[+]

[]

Returns a copy of the value. Read more

[]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for IntLit

impl Sync for IntLit