#[repr(C)]pub struct fmpq_mpoly_ctx_struct {
pub zctx: fmpz_mpoly_ctx_t,
}Fields§
§zctx: fmpz_mpoly_ctx_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for fmpq_mpoly_ctx_struct
impl RefUnwindSafe for fmpq_mpoly_ctx_struct
impl Send for fmpq_mpoly_ctx_struct
impl Sync for fmpq_mpoly_ctx_struct
impl Unpin for fmpq_mpoly_ctx_struct
impl UnsafeUnpin for fmpq_mpoly_ctx_struct
impl UnwindSafe for fmpq_mpoly_ctx_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