Struct syn::IntLit
[−]
[src]
pub struct IntLit { pub value: u64, pub suffix: IntTy, }
Fields
value: u64
suffix: IntTy
Trait Implementations
impl Debug for IntLit
[src]
impl Clone for IntLit
[src]
fn clone(&self) -> IntLit
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more