Enum clippy_lints::consts::FloatWidth [] [src]

pub enum FloatWidth {
    F32,
    F64,
    Any,
}

Variants

Trait Implementations

impl Debug for FloatWidth
[src]

Formats the value using the given formatter.

impl Copy for FloatWidth
[src]

impl Clone for FloatWidth
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl From<FloatTy> for FloatWidth
[src]

Performs the conversion.