pub struct AddMulMod<T: ZZ>(pub T);Expand description
$\mathbb{Z} / m \mathbb{Z}$の環
Tuple Fields§
§0: TTrait Implementations§
Source§impl<T: Ord + ZZ> Ord for AddMulMod<T>
impl<T: Ord + ZZ> Ord for AddMulMod<T>
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl<T: PartialOrd + ZZ> PartialOrd for AddMulMod<T>
impl<T: PartialOrd + ZZ> PartialOrd for AddMulMod<T>
impl<T: Copy + ZZ> Copy for AddMulMod<T>
impl<T: Eq + ZZ> Eq for AddMulMod<T>
impl<T: ZZ> StructuralPartialEq for AddMulMod<T>
Auto Trait Implementations§
impl<T> Freeze for AddMulMod<T>where
T: Freeze,
impl<T> RefUnwindSafe for AddMulMod<T>where
T: RefUnwindSafe,
impl<T> Send for AddMulMod<T>where
T: Send,
impl<T> Sync for AddMulMod<T>where
T: Sync,
impl<T> Unpin for AddMulMod<T>where
T: Unpin,
impl<T> UnwindSafe for AddMulMod<T>where
T: UnwindSafe,
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