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