Struct flint_sys::padic::padic_struct [−][src]
#[repr(C)]pub struct padic_struct {
pub u: fmpz,
pub v: mp_limb_signed_t,
pub N: mp_limb_signed_t,
}Fields
u: fmpzv: mp_limb_signed_tN: mp_limb_signed_tTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for padic_struct
impl Send for padic_struct
impl Sync for padic_struct
impl Unpin for padic_struct
impl UnwindSafe for padic_struct
Blanket Implementations
Mutably borrows from an owned value. Read more
