Struct syn::LitFloat [−][src]
pub struct LitFloat { /* fields omitted */ }
A floating point literal: 1f64
or 1.0e10f64
.
Must be finite. May not be infinite or NaN.
Implementations
impl LitFloat
[src]
impl LitFloat
[src]Trait Implementations
impl Clone for LitFloat
[src]
impl Clone for LitFloat
[src]fn clone(&self) -> Self
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl ToTokens for LitFloat
[src]
impl ToTokens for LitFloat
[src]