#[repr(C)]pub struct nmod_mpoly_struct {
pub coeffs: *mut ulong,
pub exps: *mut ulong,
pub length: slong,
pub bits: flint_bitcnt_t,
pub coeffs_alloc: slong,
pub exps_alloc: slong,
}Fields§
§coeffs: *mut ulong§exps: *mut ulong§length: slong§bits: flint_bitcnt_t§coeffs_alloc: slong§exps_alloc: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for nmod_mpoly_struct
impl RefUnwindSafe for nmod_mpoly_struct
impl !Send for nmod_mpoly_struct
impl !Sync for nmod_mpoly_struct
impl Unpin for nmod_mpoly_struct
impl UnsafeUnpin for nmod_mpoly_struct
impl UnwindSafe for nmod_mpoly_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