pub struct Prod<T>(/* private fields */);Expand description
乗算を演算とする代数的構造
Implementations§
Trait Implementations§
Source§impl BinaryOp for Prod<f32>
impl BinaryOp for Prod<f32>
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$)をする。
Source§impl BinaryOp for Prod<f64>
impl BinaryOp for Prod<f64>
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$)をする。
Source§impl BinaryOp for Prod<i128>
impl BinaryOp for Prod<i128>
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$)をする。
Source§impl BinaryOp for Prod<i16>
impl BinaryOp for Prod<i16>
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$)をする。
Source§impl BinaryOp for Prod<i32>
impl BinaryOp for Prod<i32>
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$)をする。
Source§impl BinaryOp for Prod<i64>
impl BinaryOp for Prod<i64>
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$)をする。
Source§impl BinaryOp for Prod<i8>
impl BinaryOp for Prod<i8>
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$)をする。
Source§impl BinaryOp for Prod<isize>
impl BinaryOp for Prod<isize>
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$)をする。
Source§impl BinaryOp for Prod<u128>
impl BinaryOp for Prod<u128>
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$)をする。
Source§impl BinaryOp for Prod<u16>
impl BinaryOp for Prod<u16>
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$)をする。
Source§impl BinaryOp for Prod<u32>
impl BinaryOp for Prod<u32>
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$)をする。
Source§impl BinaryOp for Prod<u64>
impl BinaryOp for Prod<u64>
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$)をする。
Source§impl BinaryOp for Prod<u8>
impl BinaryOp for Prod<u8>
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$)をする。
Source§impl BinaryOp for Prod<usize>
impl BinaryOp for Prod<usize>
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$)をする。
Source§impl<T: Ord> Ord for Prod<T>
impl<T: Ord> Ord for Prod<T>
Source§impl<T: PartialOrd> PartialOrd for Prod<T>
impl<T: PartialOrd> PartialOrd for Prod<T>
impl Associative for Prod<f32>
impl Associative for Prod<f64>
impl Associative for Prod<i128>
impl Associative for Prod<i16>
impl Associative for Prod<i32>
impl Associative for Prod<i64>
impl Associative for Prod<i8>
impl Associative for Prod<isize>
impl Associative for Prod<u128>
impl Associative for Prod<u16>
impl Associative for Prod<u32>
impl Associative for Prod<u64>
impl Associative for Prod<u8>
impl Associative for Prod<usize>
impl Commutative for Prod<f32>
impl Commutative for Prod<f64>
impl Commutative for Prod<i128>
impl Commutative for Prod<i16>
impl Commutative for Prod<i32>
impl Commutative for Prod<i64>
impl Commutative for Prod<i8>
impl Commutative for Prod<isize>
impl Commutative for Prod<u128>
impl Commutative for Prod<u16>
impl Commutative for Prod<u32>
impl Commutative for Prod<u64>
impl Commutative for Prod<u8>
impl Commutative for Prod<usize>
impl<T: Copy> Copy for Prod<T>
impl<T: Eq> Eq for Prod<T>
impl Multiplicative for Prod<f32>
impl Multiplicative for Prod<f64>
impl Multiplicative for Prod<i128>
impl Multiplicative for Prod<i16>
impl Multiplicative for Prod<i32>
impl Multiplicative for Prod<i64>
impl Multiplicative for Prod<i8>
impl Multiplicative for Prod<isize>
impl Multiplicative for Prod<u128>
impl Multiplicative for Prod<u16>
impl Multiplicative for Prod<u32>
impl Multiplicative for Prod<u64>
impl Multiplicative for Prod<u8>
impl Multiplicative for Prod<usize>
impl<T> StructuralPartialEq for Prod<T>
Auto Trait Implementations§
impl<T> Freeze for Prod<T>
impl<T> RefUnwindSafe for Prod<T>where
T: RefUnwindSafe,
impl<T> Send for Prod<T>where
T: Send,
impl<T> Sync for Prod<T>where
T: Sync,
impl<T> Unpin for Prod<T>where
T: Unpin,
impl<T> UnwindSafe for Prod<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