Trait gmp_mpfr::ShrRound [] [src]

pub trait ShrRound<T> {
    type Output;
    fn shr_round(self, _: T, _: Round) -> (Self::Output, Ordering);
}

Provides the right shift operation with a specified rounding method.

Associated Types

The resulting type after the right shift operation.

Required Methods

Performs the right shift operation.

Implementors