Struct flint_sys::padic::padic_ctx_struct
source · #[repr(C)]pub struct padic_ctx_struct {
pub p: fmpz_t,
pub pinv: f64,
pub pow: *mut fmpz,
pub min: mp_limb_signed_t,
pub max: mp_limb_signed_t,
pub mode: padic_print_mode,
}Fields§
§p: fmpz_t§pinv: f64§pow: *mut fmpz§min: mp_limb_signed_t§max: mp_limb_signed_t§mode: padic_print_modeTrait Implementations§
source§impl Clone for padic_ctx_struct
impl Clone for padic_ctx_struct
source§fn clone(&self) -> padic_ctx_struct
fn clone(&self) -> padic_ctx_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