Enum gmp_mpfr_sys::mpfr::mpfr_rnd_t [] [src]

#[repr(i32)]
pub enum mpfr_rnd_t { MPFR_RNDN, MPFR_RNDZ, MPFR_RNDU, MPFR_RNDD, MPFR_RNDA, MPFR_RNDF, MPFR_RNDNA, }

Variants

Trait Implementations

impl Copy for mpfr_rnd_t
[src]

impl Clone for mpfr_rnd_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mpfr_rnd_t
[src]

Formats the value using the given formatter.