[−][src]Struct typenum::array::ATerm
The terminating type for type arrays.
Trait Implementations
impl TypeArray for ATerm
[src]
impl Len for ATerm
[src][+]
impl<Rhs> PartialDiv<Rhs> for ATerm
[src][+]
impl Debug for ATerm
[src][+]
impl PartialEq<ATerm> for ATerm
[src][+]
impl Eq for ATerm
[src]
impl Ord for ATerm
[src][+]
impl PartialOrd<ATerm> for ATerm
[src][+]
impl Add<ATerm> for ATerm
[src][+]
impl Sub<ATerm> for ATerm
[src][+]
impl<Rhs> Mul<Rhs> for ATerm
[src][+]
impl Mul<ATerm> for Z0
[src][+]
impl<U> Mul<ATerm> for PInt<U> where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
impl<U> Mul<ATerm> for NInt<U> where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
impl<Rhs> Div<Rhs> for ATerm
[src][+]
impl<Rhs> Rem<Rhs> for ATerm
[src][+]
impl Neg for ATerm
[src][+]
impl Hash for ATerm
[src][+]
impl Copy for ATerm
[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,