Struct gmp_mpfr_sys::gmp::mpq_t [] [src]

#[repr(C)]
pub struct mpq_t { pub num: mpz_t, pub den: mpz_t, }

Fields

Trait Implementations

impl Clone for mpq_t
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for mpq_t
[src]

impl Debug for mpq_t
[src]

Formats the value using the given formatter.