Struct flint_sys::nmod_mpoly::nmod_mpoly_geobucket
source · [−]#[repr(C)]pub struct nmod_mpoly_geobucket {
pub polys: [nmod_mpoly_struct; 32],
pub temps: [nmod_mpoly_struct; 32],
pub length: mp_limb_signed_t,
}Fields
polys: [nmod_mpoly_struct; 32]temps: [nmod_mpoly_struct; 32]length: mp_limb_signed_tTrait Implementations
sourceimpl Clone for nmod_mpoly_geobucket
impl Clone for nmod_mpoly_geobucket
sourcefn clone(&self) -> nmod_mpoly_geobucket
fn clone(&self) -> nmod_mpoly_geobucket
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for nmod_mpoly_geobucket
impl Debug for nmod_mpoly_geobucket
impl Copy for nmod_mpoly_geobucket
Auto Trait Implementations
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 UnwindSafe for nmod_mpoly_geobucket
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more