#[repr(C)]pub struct fmpz_mpoly_q_struct {
pub num: fmpz_mpoly_struct,
pub den: fmpz_mpoly_struct,
}Fields§
§num: fmpz_mpoly_struct§den: fmpz_mpoly_structTrait Implementations§
Auto Trait Implementations§
impl Freeze for fmpz_mpoly_q_struct
impl RefUnwindSafe for fmpz_mpoly_q_struct
impl !Send for fmpz_mpoly_q_struct
impl !Sync for fmpz_mpoly_q_struct
impl Unpin for fmpz_mpoly_q_struct
impl UnsafeUnpin for fmpz_mpoly_q_struct
impl UnwindSafe for fmpz_mpoly_q_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