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