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]
fn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
Formats the value using the given formatter. Read more