Enum gmp_mpfr_sys::gmp::Enum_Unnamed2 [] [src]

#[repr(u32)]
pub enum Enum_Unnamed2 { GMP_ERROR_NONE, GMP_ERROR_UNSUPPORTED_ARGUMENT, GMP_ERROR_DIVISION_BY_ZERO, GMP_ERROR_SQRT_OF_NEGATIVE, GMP_ERROR_INVALID_ARGUMENT, }

Variants

Trait Implementations

impl Copy for Enum_Unnamed2
[src]

impl Clone for Enum_Unnamed2
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Enum_Unnamed2
[src]

Formats the value using the given formatter.