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