pub struct ProdMod<T: ZZ>(/* private fields */);Expand description
mod m上の乗法
Implementations§
Trait Implementations§
Source§impl<T: ZZ> BinaryOp for ProdMod<T>
impl<T: ZZ> BinaryOp for ProdMod<T>
Source§fn op_assign_r(&self, a: &mut Self::Element, b: Self::Element)
fn op_assign_r(&self, a: &mut Self::Element, b: Self::Element)
二項演算$\circ$で(右側から)代入操作($a \leftarrow a \circ b$)をする。
impl<T: ZZ> Associative for ProdMod<T>
impl<T: ZZ> Commutative for ProdMod<T>
impl<T: Copy + ZZ> Copy for ProdMod<T>
impl<T: ZZ> Multiplicative for ProdMod<T>
Auto Trait Implementations§
impl<T> Freeze for ProdMod<T>where
T: Freeze,
impl<T> RefUnwindSafe for ProdMod<T>where
T: RefUnwindSafe,
impl<T> Send for ProdMod<T>where
T: Send,
impl<T> Sync for ProdMod<T>where
T: Sync,
impl<T> Unpin for ProdMod<T>where
T: Unpin,
impl<T> UnwindSafe for ProdMod<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