Enum frounding::RoundingMode [] [src]

pub enum RoundingMode {
    Default,
    Upward,
    Downward,
    Nearest,
    ToZero,
}

Variants

DefaultUpwardDownwardNearestToZero

Trait Implementations

impl Copy for RoundingMode
[src]

impl Clone for RoundingMode
[src]

fn clone(&self) -> RoundingMode

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Debug for RoundingMode
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Display for RoundingMode
[src]

fn fmt(&self, f: &mut Formatter) -> Result

Formats the value using the given formatter.