Enum rustc_apfloat::Round[][src]

pub enum Round {
    NearestTiesToEven,
    TowardPositive,
    TowardNegative,
    TowardZero,
    NearestTiesToAway,
}

IEEE-754R 4.3: Rounding-direction attributes.

Variants

Trait Implementations

impl Copy for Round
[src]

impl Clone for Round
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Round
[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 Round
[src]

impl Debug for Round
[src]

Formats the value using the given formatter. Read more

impl Neg for Round
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

Auto Trait Implementations

impl Send for Round

impl Sync for Round