Trait gmp_mpfr::Assign [] [src]

pub trait Assign<T> {
    fn assign(&mut self, _: T);
}

Assigns to a number from another value.

Required Methods

Peforms the assignement.

Implementors