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