Struct classfile_parser::constant_info::FloatConstant [−][src]
pub struct FloatConstant {
pub value: f32,
}Fields
value: f32
Trait Implementations
impl Clone for FloatConstant[src]
impl Clone for FloatConstantfn clone(&self) -> FloatConstant[src]
fn clone(&self) -> FloatConstantReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for FloatConstant[src]
impl Debug for FloatConstantAuto Trait Implementations
impl Send for FloatConstant
impl Send for FloatConstantimpl Sync for FloatConstant
impl Sync for FloatConstant