Enum cpp_syn::FloatTy [] [src]

pub enum FloatTy {
    F32,
    F64,
    Unsuffixed,
}

Variants

Trait Implementations

impl Display for FloatTy
[src]

Formats the value using the given formatter. Read more

impl Debug for FloatTy
[src]

Formats the value using the given formatter.

impl Copy for FloatTy
[src]

impl Clone for FloatTy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for FloatTy
[src]

impl PartialEq for FloatTy
[src]

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

This method tests for !=.

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