pub struct IntExtPadicVal {
pub prime: i64,
}Expand description
p-adic valuation: the largest power of p dividing n.
Fields§
§prime: i64The prime p.
Implementations§
Trait Implementations§
Source§impl Clone for IntExtPadicVal
impl Clone for IntExtPadicVal
Source§fn clone(&self) -> IntExtPadicVal
fn clone(&self) -> IntExtPadicVal
Returns a duplicate 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 moreSource§impl Debug for IntExtPadicVal
impl Debug for IntExtPadicVal
Source§impl PartialEq for IntExtPadicVal
impl PartialEq for IntExtPadicVal
impl Eq for IntExtPadicVal
impl StructuralPartialEq for IntExtPadicVal
Auto Trait Implementations§
impl Freeze for IntExtPadicVal
impl RefUnwindSafe for IntExtPadicVal
impl Send for IntExtPadicVal
impl Sync for IntExtPadicVal
impl Unpin for IntExtPadicVal
impl UnsafeUnpin for IntExtPadicVal
impl UnwindSafe for IntExtPadicVal
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more