Struct flint_sys::n_poly::n_poly_bpoly_stack_struct
source · #[repr(C)]pub struct n_poly_bpoly_stack_struct {
pub poly_stack: n_poly_stack_t,
pub bpoly_stack: n_bpoly_stack_t,
}Fields§
§poly_stack: n_poly_stack_t§bpoly_stack: n_bpoly_stack_tTrait Implementations§
source§impl Clone for n_poly_bpoly_stack_struct
impl Clone for n_poly_bpoly_stack_struct
source§fn clone(&self) -> n_poly_bpoly_stack_struct
fn clone(&self) -> n_poly_bpoly_stack_struct
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