pub struct Var3<const X: char, const Y: char, const Z: char, I>(/* private fields */);Expand description
A trivariate monomial X^i Y^j Z^k, with variable symbols X, Y, Z
as const generics and exponent type I (usize or isize).
Implementations§
Source§impl<const X: char, const Y: char, const Z: char, I> Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> Var3<X, Y, Z, I>
Trait Implementations§
Source§impl<const X: char, const Y: char, const Z: char, I> Debug for Var3<X, Y, Z, I>where
I: ToPrimitive,
impl<const X: char, const Y: char, const Z: char, I> Debug for Var3<X, Y, Z, I>where
I: ToPrimitive,
Source§impl<const X: char, const Y: char, const Z: char, I> Display for Var3<X, Y, Z, I>where
I: ToPrimitive,
impl<const X: char, const Y: char, const Z: char, I> Display for Var3<X, Y, Z, I>where
I: ToPrimitive,
Source§impl<const X: char, const Y: char, const Z: char, I> Div<&Var3<X, Y, Z, I>> for &Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> Div<&Var3<X, Y, Z, I>> for &Var3<X, Y, Z, I>
Source§impl<const X: char, const Y: char, const Z: char, I> Div<&Var3<X, Y, Z, I>> for Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> Div<&Var3<X, Y, Z, I>> for Var3<X, Y, Z, I>
Source§impl<const X: char, const Y: char, const Z: char, I> Div<Var3<X, Y, Z, I>> for &Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> Div<Var3<X, Y, Z, I>> for &Var3<X, Y, Z, I>
Source§impl<const X: char, const Y: char, const Z: char, I> DivAssign for Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> DivAssign for Var3<X, Y, Z, I>
Source§fn div_assign(&mut self, rhs: Var3<X, Y, Z, I>)
fn div_assign(&mut self, rhs: Var3<X, Y, Z, I>)
Performs the
/= operation. Read moreSource§impl<const X: char, const Y: char, const Z: char, I> DivAssign<&Var3<X, Y, Z, I>> for Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> DivAssign<&Var3<X, Y, Z, I>> for Var3<X, Y, Z, I>
Source§fn div_assign(&mut self, rhs: &Var3<X, Y, Z, I>)
fn div_assign(&mut self, rhs: &Var3<X, Y, Z, I>)
Performs the
/= operation. Read moreimpl<const X: char, const Y: char, const Z: char, I: Eq> Eq for Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> LcKey for Var3<X, Y, Z, I>
Source§impl<const X: char, const Y: char, const Z: char, I> MathType for Var3<X, Y, Z, I>where
I: IndexType + ToPrimitive,
impl<const X: char, const Y: char, const Z: char, I> MathType for Var3<X, Y, Z, I>where
I: IndexType + ToPrimitive,
fn math_symbol() -> String
Source§impl<const X: char, const Y: char, const Z: char> Mono for Var3<X, Y, Z, usize>
impl<const X: char, const Y: char, const Z: char> Mono for Var3<X, Y, Z, usize>
Source§impl<const X: char, const Y: char, const Z: char> Mono for Var3<X, Y, Z, isize>
impl<const X: char, const Y: char, const Z: char> Mono for Var3<X, Y, Z, isize>
Source§impl<const X: char, const Y: char, const Z: char, I> Mul<&Var3<X, Y, Z, I>> for &Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> Mul<&Var3<X, Y, Z, I>> for &Var3<X, Y, Z, I>
Source§impl<const X: char, const Y: char, const Z: char, I> Mul<&Var3<X, Y, Z, I>> for Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> Mul<&Var3<X, Y, Z, I>> for Var3<X, Y, Z, I>
Source§impl<const X: char, const Y: char, const Z: char, I> Mul<Var3<X, Y, Z, I>> for &Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> Mul<Var3<X, Y, Z, I>> for &Var3<X, Y, Z, I>
Source§impl<const X: char, const Y: char, const Z: char, I> MulAssign for Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> MulAssign for Var3<X, Y, Z, I>
Source§fn mul_assign(&mut self, rhs: Var3<X, Y, Z, I>)
fn mul_assign(&mut self, rhs: Var3<X, Y, Z, I>)
Performs the
*= operation. Read moreSource§impl<const X: char, const Y: char, const Z: char, I> MulAssign<&Var3<X, Y, Z, I>> for Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> MulAssign<&Var3<X, Y, Z, I>> for Var3<X, Y, Z, I>
Source§fn mul_assign(&mut self, rhs: &Var3<X, Y, Z, I>)
fn mul_assign(&mut self, rhs: &Var3<X, Y, Z, I>)
Performs the
*= operation. Read moreSource§impl<const X: char, const Y: char, const Z: char, I> Ord for Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> Ord for Var3<X, Y, Z, I>
1.21.0 (const: unstable) · 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<const X: char, const Y: char, const Z: char, I: PartialEq> PartialEq for Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I: PartialEq> PartialEq for Var3<X, Y, Z, I>
Source§impl<const X: char, const Y: char, const Z: char, I> PartialOrd for Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I> PartialOrd for Var3<X, Y, Z, I>
impl<const X: char, const Y: char, const Z: char, I: PartialEq> StructuralPartialEq for Var3<X, Y, Z, I>
Auto Trait Implementations§
impl<const X: char, const Y: char, const Z: char, I> Freeze for Var3<X, Y, Z, I>where
I: Freeze,
impl<const X: char, const Y: char, const Z: char, I> RefUnwindSafe for Var3<X, Y, Z, I>where
I: RefUnwindSafe,
impl<const X: char, const Y: char, const Z: char, I> Send for Var3<X, Y, Z, I>where
I: Send,
impl<const X: char, const Y: char, const Z: char, I> Sync for Var3<X, Y, Z, I>where
I: Sync,
impl<const X: char, const Y: char, const Z: char, I> Unpin for Var3<X, Y, Z, I>where
I: Unpin,
impl<const X: char, const Y: char, const Z: char, I> UnsafeUnpin for Var3<X, Y, Z, I>where
I: UnsafeUnpin,
impl<const X: char, const Y: char, const Z: char, I> UnwindSafe for Var3<X, Y, Z, I>where
I: 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
impl<T> IndexType for T
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
fn into_either(self, into_left: bool) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self> ⓘ
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more