Struct rug::rational::MutNumerDenom [] [src]

pub struct MutNumerDenom<'a> { /* fields omitted */ }
Deprecated since 0.10.0

: use the Rational::mutate_numer_denom method instead of Rational::as_mut_numer_denom.

Used to borrow the numerator and denominator of a Rational number mutably.

Methods

impl<'a> MutNumerDenom<'a>
[src]

[src]

Gets the mutable numerator.

[src]

Gets the mutable denominator.

[src]

Gets the mutable numerator and denominator.

Trait Implementations

impl<'a> Drop for MutNumerDenom<'a>
[src]

[src]

Executes the destructor for this type. Read more