#[repr(C)]pub struct __mpq_struct {
pub _mp_num: __mpz_struct,
pub _mp_den: __mpz_struct,
}Fields§
§_mp_num: __mpz_struct§_mp_den: __mpz_structAuto Trait Implementations§
impl Freeze for __mpq_struct
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§
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