Enum clippy::consts::FloatWidth [] [src]

pub enum FloatWidth {
    F32,
    F64,
    Any,
}

Variants

F32
F64
Any

Trait Implementations

impl From<FloatTy> for FloatWidth

fn from(ty: FloatTy) -> FloatWidth

Derived Implementations

impl Clone for FloatWidth

fn clone(&self) -> FloatWidth

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

impl Copy for FloatWidth

impl Debug for FloatWidth

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