Struct generic_arrayvec::typenum::array::ATerm[]

pub struct ATerm;

The terminating type for type arrays.

Trait Implementations

impl Hash for ATerm

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialOrd<ATerm> for ATerm

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

impl TypeArray for ATerm

impl<Rhs> Div<Rhs> for ATerm

The resulting type after applying the / operator.

Performs the / operation.

impl<Rhs> Rem<Rhs> for ATerm

The resulting type after applying the % operator.

Performs the % operation.

impl<Rhs> PartialDiv<Rhs> for ATerm

The type of the result of the division

Method for performing the division

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 Ord for ATerm

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

impl<U> Mul<ATerm> for PInt<U> where
    U: Unsigned + NonZero

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<ATerm> for Z0

The resulting type after applying the * operator.

Performs the * operation.

impl<U> Mul<ATerm> for NInt<U> where
    U: Unsigned + NonZero

The resulting type after applying the * operator.

Performs the * operation.

impl<Rhs> Mul<Rhs> for ATerm

The resulting type after applying the * operator.

Performs the * operation.

impl Debug for ATerm

Formats the value using the given formatter. Read more

impl Clone for ATerm

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Sub<ATerm> for ATerm

The resulting type after applying the - operator.

Performs the - operation.

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 Eq for ATerm

impl Copy for ATerm

impl Add<ATerm> for ATerm

The resulting type after applying the + operator.

Performs the + operation.

impl Neg for ATerm

The resulting type after applying the - operator.

Performs the unary - operation.

Auto Trait Implementations

impl Send for ATerm

impl Sync for ATerm