[][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.

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

The type of the result of the division

impl Debug for ATerm
[src]

impl PartialEq<ATerm> for ATerm
[src]

This method tests for !=.

impl Eq for ATerm
[src]

impl Ord for ATerm
[src]

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

The resulting type after applying the + operator.

impl Sub<ATerm> for ATerm
[src]

The resulting type after applying the - operator.

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

The resulting type after applying the * operator.

impl Mul<ATerm> for Z0
[src]

The resulting type after applying the * operator.

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

The resulting type after applying the * operator.

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

The resulting type after applying the * operator.

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

The resulting type after applying the / operator.

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

The resulting type after applying the % operator.

impl Neg for ATerm
[src]

The resulting type after applying the - operator.

impl Hash for ATerm
[src]

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

impl Copy for ATerm
[src]

impl Clone for ATerm
[src]

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

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.

impl<T> From for T
[src]

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.

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

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

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

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