Struct syn::IntLit [−][src]
Fields
value: u64
suffix: IntTy
Trait Implementations
impl Debug for IntLit[src]
impl Debug for IntLitfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for IntLit[src]
impl Clone for IntLit