Struct eetf::Float
[−]
[src]
pub struct Float {
pub value: f64,
}Floating point number
Fields
value: f64
The value of the number
Trait Implementations
impl AsMatch for Float[src]
impl Clone for Float[src]
fn clone(&self) -> Float
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for Float[src]
fn eq(&self, __arg_0: &Float) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Float) -> bool
This method tests for !=.