Struct flint_sys::mpoly::mpoly_heap_t
source · [−]#[repr(C)]pub struct mpoly_heap_t {
pub i: mp_limb_t,
pub j: mp_limb_t,
pub next: *mut mpoly_heap_t,
}Fields
i: mp_limb_tj: mp_limb_tnext: *mut mpoly_heap_tTrait Implementations
sourceimpl Clone for mpoly_heap_t
impl Clone for mpoly_heap_t
sourcefn clone(&self) -> mpoly_heap_t
fn clone(&self) -> mpoly_heap_t
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_heap_t
impl Debug for mpoly_heap_t
impl Copy for mpoly_heap_t
Auto Trait Implementations
impl RefUnwindSafe for mpoly_heap_t
impl !Send for mpoly_heap_t
impl !Sync for mpoly_heap_t
impl Unpin for mpoly_heap_t
impl UnwindSafe for mpoly_heap_t
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