[−][src]Struct typenum::array::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
impl<Rhs> PartialDiv<Rhs> for ATerm[src]
type Output = ATerm
The type of the result of the division
fn partial_div(self, _: Rhs) -> Self::Output[src]
impl Debug for ATerm[src]
impl PartialEq<ATerm> for ATerm[src]
fn eq(&self, other: &ATerm) -> bool[src]
#[must_use]
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.
impl Eq for ATerm[src]
impl Ord for ATerm[src]
fn cmp(&self, other: &ATerm) -> Ordering[src]
fn max(self, other: Self) -> Self1.21.0[src]
Compares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
Compares and returns the minimum of two values. Read more
impl PartialOrd<ATerm> for ATerm[src]
fn partial_cmp(&self, other: &ATerm) -> Option<Ordering>[src]
#[must_use]
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
This method tests less than (for self and other) and is used by the < operator. Read more
#[must_use]
fn le(&self, other: &Rhs) -> bool1.0.0[src]
This method tests less than or equal to (for self and other) and is used by the <= operator. Read more
#[must_use]
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
This method tests greater than (for self and other) and is used by the > operator. Read more
#[must_use]
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl Hash for ATerm[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
Feeds a slice of this type into the given [Hasher]. Read more
impl Copy for ATerm[src]
impl Add<ATerm> for ATerm[src]
type Output = ATerm
The resulting type after applying the + operator.
fn add(self, _: ATerm) -> Self::Output[src]
impl Sub<ATerm> for ATerm[src]
type Output = ATerm
The resulting type after applying the - operator.
fn sub(self, _: ATerm) -> Self::Output[src]
impl<Rhs> Mul<Rhs> for ATerm[src]
type Output = ATerm
The resulting type after applying the * operator.
fn mul(self, _: Rhs) -> Self::Output[src]
impl Mul<ATerm> for Z0[src]
type Output = ATerm
The resulting type after applying the * operator.
fn mul(self, _: ATerm) -> Self::Output[src]
impl<U> Mul<ATerm> for PInt<U> where
U: Unsigned + NonZero, [src]
U: Unsigned + NonZero,
type Output = ATerm
The resulting type after applying the * operator.
fn mul(self, _: ATerm) -> Self::Output[src]
impl<U> Mul<ATerm> for NInt<U> where
U: Unsigned + NonZero, [src]
U: Unsigned + NonZero,
type Output = ATerm
The resulting type after applying the * operator.
fn mul(self, _: ATerm) -> Self::Output[src]
impl<Rhs> Div<Rhs> for ATerm[src]
type Output = ATerm
The resulting type after applying the / operator.
fn div(self, _: Rhs) -> Self::Output[src]
impl<Rhs> Rem<Rhs> for ATerm[src]
type Output = ATerm
The resulting type after applying the % operator.
fn rem(self, _: Rhs) -> Self::Output[src]
impl Neg for ATerm[src]
type Output = ATerm
The resulting type after applying the - operator.
fn neg(self) -> Self::Output[src]
impl Clone for ATerm[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Same for T[src]
type Output = T
Should always be Self
impl<M, N> PartialDiv for M where
M: Integer + Div<N> + Rem<N, Output = Z0>, [src]
M: Integer + Div<N> + Rem<N, Output = Z0>,
type Output = <M as Div<N>>::Output
The type of the result of the division
fn partial_div(Self, N) -> <M as PartialDiv<N>>::Output[src]
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,