Enum gmp_mpfr_sys::mpfr::rnd_t [−][src]
See: mpfr_rnd_t
Planned change
In the next major version of the crate (version 2), this enum will
be replaced by a type alias to c_int. The variants will be
replaced by constants, for example rnd_t::RNDN will be replaced
by a constant RNDN of type c_int.
Variants
See: Rounding
Planned change
In the next major version of the crate (version 2), the enum
will be removed. This variant will be replaced by a constant
RNDN of type c_int.
See: Rounding Modes
Planned change
In the next major version of the crate (version 2), the enum
will be removed. This variant will be replaced by a constant
RNDZ of type c_int.
See: Rounding Modes
Planned change
In the next major version of the crate (version 2), the enum
will be removed. This variant will be replaced by a constant
RNDU of type c_int.
See: Rounding Modes
Planned change
In the next major version of the crate (version 2), the enum
will be removed. This variant will be replaced by a constant
RNDD of type c_int.
See: Rounding Modes
Planned change
In the next major version of the crate (version 2), the enum
will be removed. This variant will be replaced by a constant
RNDA of type c_int.
See: Rounding Modes
Planned change
In the next major version of the crate (version 2), the enum
will be removed. This variant will be replaced by a constant
RNDF of type c_int.
Trait Implementations
impl Clone for rnd_t[src]
fn clone(&self) -> rnd_t[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for rnd_t[src]
impl Debug for rnd_t[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,