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

pub enum FloatWidth {
    F32,
    F64,
    Any,
}

Variants

Trait Implementations

impl Debug for FloatWidth
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for FloatWidth
[src]

impl Clone for FloatWidth
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<FloatTy> for FloatWidth
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for FloatWidth

impl Sync for FloatWidth