Struct flint_sys::n_poly::n_poly_polyun_stack_struct [−][src]
#[repr(C)]pub struct n_poly_polyun_stack_struct {
pub poly_stack: n_poly_stack_t,
pub polyun_stack: n_polyun_stack_t,
}Fields
poly_stack: n_poly_stack_tpolyun_stack: n_polyun_stack_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for n_poly_polyun_stack_struct
impl !Send for n_poly_polyun_stack_struct
impl !Sync for n_poly_polyun_stack_struct
impl Unpin for n_poly_polyun_stack_struct
impl UnwindSafe for n_poly_polyun_stack_struct
Blanket Implementations
Mutably borrows from an owned value. Read more