#[repr(C)]pub struct nmod_poly_stack_struct {
pub poly_array: *mut *mut n_poly_struct,
pub poly_alloc: slong,
pub poly_top: slong,
pub mpolyun_array: *mut *mut nmod_mpolyun_struct,
pub mpolyun_alloc: slong,
pub mpolyun_top: slong,
pub mpolyn_array: *mut *mut nmod_mpolyn_struct,
pub mpolyn_alloc: slong,
pub mpolyn_top: slong,
pub ctx: *const nmod_mpoly_ctx_struct,
pub bits: flint_bitcnt_t,
}Fields§
§poly_array: *mut *mut n_poly_struct§poly_alloc: slong§poly_top: slong§mpolyun_array: *mut *mut nmod_mpolyun_struct§mpolyun_alloc: slong§mpolyun_top: slong§mpolyn_array: *mut *mut nmod_mpolyn_struct§mpolyn_alloc: slong§mpolyn_top: slong§ctx: *const nmod_mpoly_ctx_struct§bits: flint_bitcnt_tTrait Implementations§
Auto Trait Implementations§
impl Freeze for nmod_poly_stack_struct
impl RefUnwindSafe for nmod_poly_stack_struct
impl !Send for nmod_poly_stack_struct
impl !Sync for nmod_poly_stack_struct
impl Unpin for nmod_poly_stack_struct
impl UnsafeUnpin for nmod_poly_stack_struct
impl UnwindSafe for nmod_poly_stack_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