Struct flint_sys::mpoly::mpoly_compression_struct[][src]

#[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_tnvars: mp_limb_signed_texps: *mut mp_limb_signed_texps_alloc: mp_limb_signed_trest: *mut mp_limb_signed_trest_alloc: mp_limb_signed_tumat: *mut mp_limb_signed_tdeltas: *mut mp_limb_signed_tdegs: *mut mp_limb_signed_tis_trivial: c_intis_perm: c_intis_irred: c_int

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.