Struct flint_sys::mpoly::mpoly_heap1_s
source · [−]Fields
exp: mp_limb_tnext: *mut c_voidTrait Implementations
sourceimpl Clone for mpoly_heap1_s
impl Clone for mpoly_heap1_s
sourcefn clone(&self) -> mpoly_heap1_s
fn clone(&self) -> mpoly_heap1_s
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 mpoly_heap1_s
impl Debug for mpoly_heap1_s
impl Copy for mpoly_heap1_s
Auto Trait Implementations
impl RefUnwindSafe for mpoly_heap1_s
impl !Send for mpoly_heap1_s
impl !Sync for mpoly_heap1_s
impl Unpin for mpoly_heap1_s
impl UnwindSafe for mpoly_heap1_s
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