Struct gmp_mpfr_sys::gmp::__mpq_struct [] [src]

#[repr(C)]
pub struct __mpq_struct { pub _mp_num: __mpz_struct, pub _mp_den: __mpz_struct, }

Fields

Trait Implementations

impl Copy for __mpq_struct
[src]

impl Clone for __mpq_struct
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for __mpq_struct
[src]

Formats the value using the given formatter.

impl Default for __mpq_struct
[src]

Returns the "default value" for a type. Read more