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

pub struct ATerm;

The terminating type for type arrays.

Trait Implementations

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

The type of the result of the division

Method for performing the division

impl PartialEq<ATerm> 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 Eq for ATerm
[src]

impl Ord for ATerm
[src]

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

Formats the value using the given formatter. Read more

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

The resulting type after applying the / operator.

Performs the / operation.

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

The resulting type after applying the % operator.

Performs the % operation.

impl Add<ATerm> for ATerm
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Sub<ATerm> for ATerm
[src]

The resulting type after applying the - operator.

Performs the - operation.

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

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<ATerm> for Z0
[src]

The resulting type after applying the * operator.

Performs the * operation.

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

The resulting type after applying the * operator.

Performs the * operation.

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

The resulting type after applying the * operator.

Performs the * operation.

impl Neg for ATerm
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

impl Hash for ATerm
[src]

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

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

impl Copy for ATerm
[src]

impl Clone for ATerm
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for ATerm

impl Sync for ATerm

Blanket Implementations

impl<T> Same for T
[src]

Should always be Self

impl<M, N> PartialDiv for M where
    M: Integer + Div<N> + Rem<N, Output = Z0>, 
[src]

The type of the result of the division

Method for performing the division

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T> From for T
[src]

Performs the conversion.

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

🔬 This is a nightly-only experimental API. (try_from)

Performs the conversion.

impl<T, U> Into for T where
    U: From<T>, 
[src]

Performs the conversion.

impl<T> Borrow for T where
    T: ?Sized
[src]

Immutably borrows from an owned value. Read more

impl<T> BorrowMut for T where
    T: ?Sized
[src]

Mutably borrows from an owned value. Read more

impl<T> Any for T where
    T: 'static + ?Sized
[src]

🔬 This is a nightly-only experimental API. (get_type_id)

this method will likely be replaced by an associated static

Gets the TypeId of self. Read more