Struct flint_sys::mpoly::mpoly_compression_struct
source · #[repr(C)]pub struct mpoly_compression_struct {
pub mvars: mp_limb_signed_t,
pub nvars: mp_limb_signed_t,
pub exps: *mut mp_limb_signed_t,
pub exps_alloc: mp_limb_signed_t,
pub rest: *mut mp_limb_signed_t,
pub rest_alloc: mp_limb_signed_t,
pub umat: *mut mp_limb_signed_t,
pub deltas: *mut mp_limb_signed_t,
pub degs: *mut mp_limb_signed_t,
pub is_trivial: c_int,
pub is_perm: c_int,
pub is_irred: c_int,
}Fields§
§mvars: mp_limb_signed_t§nvars: mp_limb_signed_t§exps: *mut mp_limb_signed_t§exps_alloc: mp_limb_signed_t§rest: *mut mp_limb_signed_t§rest_alloc: mp_limb_signed_t§umat: *mut mp_limb_signed_t§deltas: *mut mp_limb_signed_t§degs: *mut mp_limb_signed_t§is_trivial: c_int§is_perm: c_int§is_irred: c_intTrait Implementations§
source§impl Clone for mpoly_compression_struct
impl Clone for mpoly_compression_struct
source§fn clone(&self) -> mpoly_compression_struct
fn clone(&self) -> mpoly_compression_struct
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more