#[repr(C)]pub struct gr_mpoly_struct {
pub coeffs: gr_ptr,
pub exps: *mut ulong,
pub length: slong,
pub bits: flint_bitcnt_t,
pub coeffs_alloc: slong,
pub exps_alloc: slong,
}Fields§
§coeffs: gr_ptr§exps: *mut ulong§length: slong§bits: flint_bitcnt_t§coeffs_alloc: slong§exps_alloc: slongTrait Implementations§
Auto Trait Implementations§
impl Freeze for gr_mpoly_struct
impl RefUnwindSafe for gr_mpoly_struct
impl !Send for gr_mpoly_struct
impl !Sync for gr_mpoly_struct
impl Unpin for gr_mpoly_struct
impl UnsafeUnpin for gr_mpoly_struct
impl UnwindSafe for gr_mpoly_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