#[repr(C)]pub struct fmpq {
pub num: fmpz,
pub den: fmpz,
}Fields§
§num: fmpz§den: fmpzAuto Trait Implementations§
impl Freeze for fmpq
impl RefUnwindSafe for fmpq
impl Send for fmpq
impl Sync for fmpq
impl Unpin for fmpq
impl UnwindSafe for fmpq
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more