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]

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

This method tests for !=.

impl Ord for ATerm
[src]

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

impl PartialOrd for ATerm
[src]

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 Clone for ATerm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ATerm
[src]

impl Hash for ATerm
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Debug for ATerm
[src]

Formats the value using the given formatter.

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.

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

The method for the + operator

impl Sub<ATerm> for ATerm
[src]

The resulting type after applying the - operator

The method for the - operator

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

The resulting type after applying the * operator

The method for the * operator

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

The resulting type after applying the / operator

The method for the / operator

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

The type of the result of the division

Method for performing the division

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

The resulting type after applying the % operator

The method for the % operator

impl Neg for ATerm
[src]

The resulting type after applying the - operator

The method for the unary - operator