#[repr(C)]pub struct fmpz_mpolyd_struct {
pub nvars: slong,
pub degb_alloc: slong,
pub deg_bounds: *mut slong,
pub length: slong,
pub coeff_alloc: slong,
pub coeffs: *mut fmpz,
}Fields§
§nvars: slong§degb_alloc: slong§deg_bounds: *mut slong§length: slong§coeff_alloc: slong§coeffs: *mut fmpzTrait Implementations§
Auto Trait Implementations§
impl Freeze for fmpz_mpolyd_struct
impl RefUnwindSafe for fmpz_mpolyd_struct
impl !Send for fmpz_mpolyd_struct
impl !Sync for fmpz_mpolyd_struct
impl Unpin for fmpz_mpolyd_struct
impl UnsafeUnpin for fmpz_mpolyd_struct
impl UnwindSafe for fmpz_mpolyd_struct
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more