Struct flint_sys::padic_mat::padic_mat_struct
source · #[repr(C)]pub struct padic_mat_struct {
pub mat: fmpz_mat_struct,
pub val: mp_limb_signed_t,
pub N: mp_limb_signed_t,
}Fields§
§mat: fmpz_mat_struct§val: mp_limb_signed_t§N: mp_limb_signed_tTrait Implementations§
source§impl Clone for padic_mat_struct
impl Clone for padic_mat_struct
source§fn clone(&self) -> padic_mat_struct
fn clone(&self) -> padic_mat_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