#[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§
Source§impl Clone for __mpq_struct
impl Clone for __mpq_struct
Source§fn clone(&self) -> __mpq_struct
fn clone(&self) -> __mpq_struct
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for __mpq_struct
impl Debug for __mpq_struct
impl Copy for __mpq_struct
Auto 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