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_t§j: mp_limb_t§next: *mut mpoly_heap_tTrait Implementations§
source§impl Clone for mpoly_heap_t
impl Clone for mpoly_heap_t
source§fn clone(&self) -> mpoly_heap_t
fn clone(&self) -> mpoly_heap_t
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more