Enum planus_cli::intermediate_language::types::FloatLiteral [−][src]
Variants
F32(f32)
Tuple Fields
0: f32F64(f64)
Tuple Fields
0: f64Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FloatLiteral
impl Send for FloatLiteral
impl Sync for FloatLiteral
impl Unpin for FloatLiteral
impl UnwindSafe for FloatLiteral
Blanket Implementations
Mutably borrows from an owned value. Read more
