Struct arb_sys::arb_poly::arb_poly_struct [−][src]
#[repr(C)]pub struct arb_poly_struct {
pub coeffs: arb_ptr,
pub length: mp_limb_signed_t,
pub alloc: mp_limb_signed_t,
}Fields
coeffs: arb_ptrlength: mp_limb_signed_talloc: mp_limb_signed_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for arb_poly_struct
impl !Send for arb_poly_struct
impl !Sync for arb_poly_struct
impl Unpin for arb_poly_struct
impl UnwindSafe for arb_poly_struct
Blanket Implementations
Mutably borrows from an owned value. Read more