Struct typenum::array::ATerm [] [src]

pub struct ATerm;

The terminating type for type arrays.

Trait Implementations

impl Eq for ATerm
[src]

impl PartialEq for ATerm
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Ord for ATerm
[src]

[src]

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

1.21.0
[src]

Compares and returns the maximum of two values. Read more

1.21.0
[src]

Compares and returns the minimum of two values. Read more

impl PartialOrd for ATerm
[src]

[src]

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

1.0.0
[src]

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

1.0.0
[src]

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

1.0.0
[src]

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

1.0.0
[src]

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

impl Clone for ATerm
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for ATerm
[src]

impl Hash for ATerm
[src]

[src]

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

1.3.0
[src]

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

impl Debug for ATerm
[src]

[src]

Formats the value using the given formatter. Read more

impl TypeArray for ATerm
[src]

impl Len for ATerm
[src]

Length of ATerm by itself is 0

The length as a type-level unsigned integer.

[src]

This function isn't used in this crate, but may be useful for others.

impl Add<ATerm> for ATerm
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl Sub<ATerm> for ATerm
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl<Rhs> Mul<Rhs> for ATerm
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl Mul<ATerm> for Z0
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

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

The resulting type after applying the * operator.

[src]

Performs the * operation.

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

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl<Rhs> Div<Rhs> for ATerm
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl<Rhs> PartialDiv<Rhs> for ATerm
[src]

The type of the result of the division

[src]

Method for performing the division

impl<Rhs> Rem<Rhs> for ATerm
[src]

The resulting type after applying the % operator.

[src]

Performs the % operation.

impl Neg for ATerm
[src]

The resulting type after applying the - operator.

[src]

Performs the unary - operation.

Auto Trait Implementations

impl Send for ATerm

impl Sync for ATerm