Enum rmp::value::Float [] [src]

pub enum Float {
    F32(f32),
    F64(f64),
}

Variants

F32
F64

Trait Implementations

Derived Implementations

impl PartialEq for Float

fn eq(&self, __arg_0: &Float) -> bool

fn ne(&self, __arg_0: &Float) -> bool

impl Debug for Float

fn fmt(&self, __arg_0: &mut Formatter) -> Result

impl Clone for Float

fn clone(&self) -> Float

fn clone_from(&mut self, source: &Self)

impl Copy for Float