Struct flint_sys::fq_zech_poly::fq_zech_poly_struct [−][src]
#[repr(C)]pub struct fq_zech_poly_struct {
pub coeffs: *mut fq_zech_struct,
pub alloc: mp_limb_signed_t,
pub length: mp_limb_signed_t,
}Fields
coeffs: *mut fq_zech_structalloc: mp_limb_signed_tlength: mp_limb_signed_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for fq_zech_poly_struct
impl !Send for fq_zech_poly_struct
impl !Sync for fq_zech_poly_struct
impl Unpin for fq_zech_poly_struct
impl UnwindSafe for fq_zech_poly_struct
Blanket Implementations
Mutably borrows from an owned value. Read more