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