Struct flint_sys::deps::__mpq_struct [−][src]
#[repr(C)]pub struct __mpq_struct {
pub _mp_num: __mpz_struct,
pub _mp_den: __mpz_struct,
}Fields
_mp_num: __mpz_struct_mp_den: __mpz_structTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for __mpq_struct
impl !Send for __mpq_struct
impl !Sync for __mpq_struct
impl Unpin for __mpq_struct
impl UnwindSafe for __mpq_struct
Blanket Implementations
Mutably borrows from an owned value. Read more