Enum codgenhelp::FloatTy []

pub enum FloatTy {
    F32,
    F64,
    Unsuffixed,
}

Variants

Trait Implementations

impl PartialEq<FloatTy> for FloatTy

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for FloatTy

Formats the value using the given formatter.

impl Clone for FloatTy

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for FloatTy

impl Display for FloatTy

impl Copy for FloatTy