Struct diffgeom::typenum::ATerm
[−]
pub struct ATerm;
The terminating type for type arrays.
Trait Implementations
impl Clone for ATerm
fn clone(&self) -> ATerm
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Add<ATerm> for ATerm
type Output = ATerm
The resulting type after applying the + operator
fn add(self, ATerm) -> <ATerm as Add<ATerm>>::Output
The method for the + operator
impl Neg for ATerm
impl Debug for ATerm
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter.
impl Eq for ATerm
impl Len for ATerm
Length of ATerm by itself is 0
type Output = UTerm
The length as a type-level unsigned integer.
fn len(&self) -> <ATerm as Len>::Output
This function isn't used in this crate, but may be useful for others.
impl<Rhs> Rem<Rhs> for ATerm
impl TypeArray for ATerm
impl<Rhs> Mul<Rhs> for ATerm
type Output = ATerm
The resulting type after applying the * operator
fn mul(self, Rhs) -> <ATerm as Mul<Rhs>>::Output
The method for the * operator
impl<Rhs> Div<Rhs> for ATerm
type Output = ATerm
The resulting type after applying the / operator
fn div(self, Rhs) -> <ATerm as Div<Rhs>>::Output
The method for the / operator
impl PartialOrd<ATerm> for ATerm
fn partial_cmp(&self, __arg_0: &ATerm) -> Option<Ordering>
impl Hash for ATerm
impl PartialEq<ATerm> for ATerm
fn eq(&self, __arg_0: &ATerm) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0
This method tests for !=.
impl<Rhs> PartialDiv<Rhs> for ATerm
type Output = ATerm
The type of the result of the division
fn partial_div(self, Rhs) -> <ATerm as PartialDiv<Rhs>>::Output
Method for performing the division
impl Sub<ATerm> for ATerm
type Output = ATerm
The resulting type after applying the - operator
fn sub(self, ATerm) -> <ATerm as Sub<ATerm>>::Output
The method for the - operator