#[repr(C)]pub struct mpoly_ctx_struct {
pub nvars: slong,
pub nfields: slong,
pub ord: ordering_t,
pub deg: c_int,
pub rev: c_int,
pub lut_words_per_exp: [slong; 64],
pub lut_fix_bits: [c_uchar; 64],
}Fields§
§nvars: slong§nfields: slong§ord: ordering_t§deg: c_int§rev: c_int§lut_words_per_exp: [slong; 64]§lut_fix_bits: [c_uchar; 64]Auto Trait Implementations§
impl Freeze for mpoly_ctx_struct
impl RefUnwindSafe for mpoly_ctx_struct
impl Send for mpoly_ctx_struct
impl Sync for mpoly_ctx_struct
impl Unpin for mpoly_ctx_struct
impl UnwindSafe for 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