Enum syntax::ast::FloatTy[][src]

pub enum FloatTy {
    F32,
    F64,
}

Variants

Methods

impl FloatTy
[src]

Trait Implementations

impl Encodable for FloatTy
[src]

impl PartialOrd<FloatTy> for FloatTy
[src]

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl Hash for FloatTy
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl Clone for FloatTy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FloatTy
[src]

Formats the value using the given formatter. Read more

impl Decodable for FloatTy
[src]

impl Ord for FloatTy
[src]

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl Display for FloatTy
[src]

Formats the value using the given formatter. Read more

impl Copy for FloatTy
[src]

impl Eq for FloatTy
[src]

impl PartialEq<FloatTy> for FloatTy
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for FloatTy

impl Sync for FloatTy