Struct classfile_parser::constant_info::FloatConstant  [−][src]
pub struct FloatConstant {
    pub value: f32,
}Fields
value: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for FloatConstantimpl Send for FloatConstantimpl Sync for FloatConstantimpl Unpin for FloatConstantimpl UnwindSafe for FloatConstantBlanket Implementations
Mutably borrows from an owned value. Read more