Struct flint_sys::padic::padic_struct
source · #[repr(C)]pub struct padic_struct {
pub u: fmpz,
pub v: mp_limb_signed_t,
pub N: mp_limb_signed_t,
}Fields§
§u: fmpz§v: mp_limb_signed_t§N: mp_limb_signed_tTrait Implementations§
source§impl Clone for padic_struct
impl Clone for padic_struct
source§fn clone(&self) -> padic_struct
fn clone(&self) -> padic_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