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

pub enum FloatWidth {
    Fw32,
    Fw64,
    FwAny,
}

Variants

Fw32
Fw64
FwAny

Trait Implementations

impl From<FloatTy> for FloatWidth

fn from(ty: FloatTy) -> FloatWidth

Derived Implementations

impl Clone for FloatWidth

fn clone(&self) -> FloatWidth

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

impl Copy for FloatWidth

impl Debug for FloatWidth

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

impl Eq for FloatWidth

impl PartialEq for FloatWidth

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

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