#[repr(C)]pub struct mpoly_compression_struct {
pub mvars: slong,
pub nvars: slong,
pub exps: *mut slong,
pub exps_alloc: slong,
pub rest: *mut slong,
pub rest_alloc: slong,
pub umat: *mut slong,
pub deltas: *mut slong,
pub degs: *mut slong,
pub is_trivial: c_int,
pub is_perm: c_int,
pub is_irred: c_int,
}Fields§
§mvars: slong§nvars: slong§exps: *mut slong§exps_alloc: slong§rest: *mut slong§rest_alloc: slong§umat: *mut slong§deltas: *mut slong§degs: *mut slong§is_trivial: c_int§is_perm: c_int§is_irred: c_intAuto Trait Implementations§
impl Freeze for mpoly_compression_struct
impl RefUnwindSafe for mpoly_compression_struct
impl !Send for mpoly_compression_struct
impl !Sync for mpoly_compression_struct
impl Unpin for mpoly_compression_struct
impl UnwindSafe for mpoly_compression_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