Enum gmp_mpfr_sys::mpfr::mpfr_kind_t [] [src]

#[repr(u32)]
pub enum mpfr_kind_t { MPFR_NAN_KIND, MPFR_INF_KIND, MPFR_ZERO_KIND, MPFR_REGULAR_KIND, }

Variants

Trait Implementations

impl Copy for mpfr_kind_t
[src]

impl Clone for mpfr_kind_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for mpfr_kind_t
[src]

Formats the value using the given formatter.