Struct classfile_parser::constant_info::FloatConstant[][src]

pub struct FloatConstant {
    pub value: f32,
}

Fields

Trait Implementations

impl Clone for FloatConstant
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FloatConstant
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations