Struct diffgeom::typenum::ATerm []

pub struct ATerm;

The terminating type for type arrays.

Trait Implementations

impl Clone for ATerm

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Add<ATerm> for ATerm

The resulting type after applying the + operator

The method for the + operator

impl Debug for ATerm

Formats the value using the given formatter.

impl Neg for ATerm

impl Eq for ATerm

impl Len for ATerm

Length of ATerm by itself is 0

The length as a type-level unsigned integer.

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

The resulting type after applying the * operator

The method for the * operator

impl<Rhs> Div<Rhs> for ATerm

The resulting type after applying the / operator

The method for the / operator

impl PartialOrd<ATerm> for ATerm

impl Hash for ATerm

impl PartialEq<ATerm> for ATerm

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<Rhs> PartialDiv<Rhs> for ATerm

The type of the result of the division

Method for performing the division

impl Sub<ATerm> for ATerm

The resulting type after applying the - operator

The method for the - operator

impl Ord for ATerm

impl Copy for ATerm