Enum gmp_mpfr_sys::mpfr::rnd_t[][src]

#[repr(C)]
pub enum rnd_t { RNDN, RNDZ, RNDU, RNDD, RNDA, RNDF, // some variants omitted }

Variants

Trait Implementations

impl Clone for rnd_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for rnd_t
[src]

impl Debug for rnd_t
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for rnd_t

impl Sync for rnd_t