Struct crypto_mac::consts::Z0 [−][src]
The type-level signed integer 0.
Implementations
impl Z0
[src][−]
Trait Implementations
impl Abs for Z0
[src]
impl<I> Add<I> for Z0 where
I: Integer,
[src][+]
I: Integer,
impl Clone for Z0
[src][+]
impl<U> Cmp<NInt<U>> for Z0 where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
type Output = Greater
pub fn compare<IM>(&self, &NInt<U>) -> <Z0 as Cmp<NInt<U>>>::Output where
IM: InternalMarker,
[src]
IM: InternalMarker,
impl<U> Cmp<PInt<U>> for Z0 where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
type Output = Less
pub fn compare<IM>(&self, &PInt<U>) -> <Z0 as Cmp<PInt<U>>>::Output where
IM: InternalMarker,
[src]
IM: InternalMarker,
impl Cmp<Z0> for Z0
[src][+]
type Output = Equal
pub fn compare<IM>(&self, &Z0) -> <Z0 as Cmp<Z0>>::Output where
IM: InternalMarker,
[src]
IM: InternalMarker,
impl Copy for Z0
[src]
impl Debug for Z0
[src][+]
impl Default for Z0
[src][+]
impl<I> Div<I> for Z0 where
I: Integer + NonZero,
[src][+]
I: Integer + NonZero,
impl Eq for Z0
[src]
impl<U> Gcd<NInt<U>> for Z0 where
U: Unsigned + NonZero,
[src]
U: Unsigned + NonZero,
impl<U> Gcd<PInt<U>> for Z0 where
U: Unsigned + NonZero,
[src]
U: Unsigned + NonZero,
impl Gcd<Z0> for Z0
[src]
impl Hash for Z0
[src][+]
impl Integer for Z0
[src][+]
impl<U> Max<NInt<U>> for Z0 where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
impl<U> Max<PInt<U>> for Z0 where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
impl Max<Z0> for Z0
[src][+]
impl<U> Min<NInt<U>> for Z0 where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
impl<U> Min<PInt<U>> for Z0 where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
impl Min<Z0> for Z0
[src][+]
impl Mul<ATerm> for Z0
[src][+]
impl<I> Mul<I> for Z0 where
I: Integer,
[src][+]
I: Integer,
impl<V, A> Mul<TArr<V, A>> for Z0 where
Z0: Mul<A>,
[src][+]
Z0: Mul<A>,
impl Neg for Z0
[src][+]
impl Ord for Z0
[src][+]
impl PartialEq<Z0> for Z0
[src][+]
impl PartialOrd<Z0> for Z0
[src][+]
impl<U> Pow<NInt<U>> for Z0 where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
impl<U> Pow<PInt<U>> for Z0 where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
impl Pow<Z0> for Z0
[src][+]
impl<I> Rem<I> for Z0 where
I: Integer + NonZero,
[src][+]
I: Integer + NonZero,
impl StructuralEq for Z0
[src]
impl StructuralPartialEq for Z0
[src]
impl<U> Sub<NInt<U>> for Z0 where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
impl<U> Sub<PInt<U>> for Z0 where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
impl Sub<Z0> for Z0
[src][+]
impl ToInt<i16> for Z0
[src][+]
impl ToInt<i32> for Z0
[src][+]
impl ToInt<i64> for Z0
[src][+]
impl ToInt<i8> for Z0
[src][+]
impl Zero for Z0
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<M, N> PartialDiv<N> for M where
M: Integer + Div<N> + Rem<N, Output = Z0>,
[src][+]
M: Integer + Div<N> + Rem<N, Output = Z0>,
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,