#[repr(C)]pub struct fq_zech_mpoly_ctx_struct {
pub minfo: mpoly_ctx_t,
pub fqctx: fq_zech_ctx_t,
}Fields§
§minfo: mpoly_ctx_t§fqctx: fq_zech_ctx_tAuto Trait Implementations§
impl Freeze for fq_zech_mpoly_ctx_struct
impl RefUnwindSafe for fq_zech_mpoly_ctx_struct
impl !Send for fq_zech_mpoly_ctx_struct
impl !Sync for fq_zech_mpoly_ctx_struct
impl Unpin for fq_zech_mpoly_ctx_struct
impl UnwindSafe for fq_zech_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