#[repr(C)]pub struct _nmod_mpoly_stripe_struct {Show 13 fields
pub big_mem: *mut c_char,
pub big_mem_alloc: slong,
pub ctx: *const nmod_mpoly_ctx_struct,
pub N: slong,
pub bits: flint_bitcnt_t,
pub mod_: nmod_t,
pub lc_minus_inv: ulong,
pub cmpmask: *const ulong,
pub startidx: *mut slong,
pub endidx: *mut slong,
pub emin: *mut ulong,
pub emax: *mut ulong,
pub upperclosed: c_int,
}Fields§
§big_mem: *mut c_char§big_mem_alloc: slong§ctx: *const nmod_mpoly_ctx_struct§N: slong§bits: flint_bitcnt_t§mod_: nmod_t§lc_minus_inv: ulong§cmpmask: *const ulong§startidx: *mut slong§endidx: *mut slong§emin: *mut ulong§emax: *mut ulong§upperclosed: c_intAuto Trait Implementations§
impl Freeze for _nmod_mpoly_stripe_struct
impl RefUnwindSafe for _nmod_mpoly_stripe_struct
impl !Send for _nmod_mpoly_stripe_struct
impl !Sync for _nmod_mpoly_stripe_struct
impl Unpin for _nmod_mpoly_stripe_struct
impl UnwindSafe for _nmod_mpoly_stripe_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