#[repr(C)]pub struct fmpq_mpoly_struct {
pub content: fmpq_t,
pub zpoly: fmpz_mpoly_t,
}Fields§
§content: fmpq_t§zpoly: fmpz_mpoly_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for fmpq_mpoly_struct
impl RefUnwindSafe for fmpq_mpoly_struct
impl !Send for fmpq_mpoly_struct
impl !Sync for fmpq_mpoly_struct
impl Unpin for fmpq_mpoly_struct
impl UnsafeUnpin for fmpq_mpoly_struct
impl UnwindSafe for fmpq_mpoly_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