Enum rustc_apfloat::Category[][src]

pub enum Category {
    Infinity,
    NaN,
    Normal,
    Zero,
}

Category of internally-represented number.

Variants

Trait Implementations

impl Copy for Category
[src]

impl Clone for Category
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Category
[src]

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

This method tests for !=.

impl Eq for Category
[src]

impl Debug for Category
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Category

impl Sync for Category