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