Enum devise::syn::FloatSuffix [−][src]
pub enum FloatSuffix {
F32,
F64,
None,
}
Expand description
The suffix on a floating point literal if any, like the f32
in
1.0f32
.
This type is available if Syn is built with the "derive"
or "full"
feature.
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FloatSuffix
impl Send for FloatSuffix
impl Sync for FloatSuffix
impl Unpin for FloatSuffix
impl UnwindSafe for FloatSuffix
Blanket Implementations
Mutably borrows from an owned value. Read more