#[repr(C)]pub struct fq_nmod_mpoly_geobucket {
pub polys: [fq_nmod_mpoly_struct; 32],
pub temps: [fq_nmod_mpoly_struct; 32],
pub length: slong,
}Fields§
§polys: [fq_nmod_mpoly_struct; 32]§temps: [fq_nmod_mpoly_struct; 32]§length: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for fq_nmod_mpoly_geobucket
impl RefUnwindSafe for fq_nmod_mpoly_geobucket
impl !Send for fq_nmod_mpoly_geobucket
impl !Sync for fq_nmod_mpoly_geobucket
impl Unpin for fq_nmod_mpoly_geobucket
impl UnsafeUnpin for fq_nmod_mpoly_geobucket
impl UnwindSafe for fq_nmod_mpoly_geobucket
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