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