Struct flint_sys::nmod_mpoly::nmod_mpoly_ctx_struct [−][src]
#[repr(C)]pub struct nmod_mpoly_ctx_struct {
pub minfo: mpoly_ctx_t,
pub mod_: nmod_t,
}Fields
minfo: mpoly_ctx_tmod_: nmod_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for nmod_mpoly_ctx_struct
impl Send for nmod_mpoly_ctx_struct
impl Sync for nmod_mpoly_ctx_struct
impl Unpin for nmod_mpoly_ctx_struct
impl UnwindSafe for nmod_mpoly_ctx_struct
Blanket Implementations
Mutably borrows from an owned value. Read more