Struct universal_hash::consts::Z0 [−]
pub struct Z0;
Expand description
The type-level signed integer 0.
Implementations
Trait Implementations
Z0 + I = I
impl<U> Cmp<NInt<U>> for Z0 where
U: Unsigned + NonZero,
impl<U> Cmp<NInt<U>> for Z0 where
U: Unsigned + NonZero,
0 > -X
impl<U> Cmp<PInt<U>> for Z0 where
U: Unsigned + NonZero,
impl<U> Cmp<PInt<U>> for Z0 where
U: Unsigned + NonZero,
0 < X
0 == 0
Z0 / I = Z0
where I != 0
impl<U> Gcd<NInt<U>> for Z0 where
U: Unsigned + NonZero,
impl<U> Gcd<NInt<U>> for Z0 where
U: Unsigned + NonZero,
type Output = PInt<U>
type Output = PInt<U>
The greatest common divisor.
impl<U> Gcd<PInt<U>> for Z0 where
U: Unsigned + NonZero,
impl<U> Gcd<PInt<U>> for Z0 where
U: Unsigned + NonZero,
type Output = PInt<U>
type Output = PInt<U>
The greatest common divisor.
impl Integer for Z0
impl Integer for Z0
impl<U> Max<NInt<U>> for Z0 where
U: Unsigned + NonZero,
impl<U> Max<NInt<U>> for Z0 where
U: Unsigned + NonZero,
impl<U> Max<PInt<U>> for Z0 where
U: Unsigned + NonZero,
impl<U> Max<PInt<U>> for Z0 where
U: Unsigned + NonZero,
impl<U> Min<NInt<U>> for Z0 where
U: Unsigned + NonZero,
impl<U> Min<NInt<U>> for Z0 where
U: Unsigned + NonZero,
impl<U> Min<PInt<U>> for Z0 where
U: Unsigned + NonZero,
impl<U> Min<PInt<U>> for Z0 where
U: Unsigned + NonZero,
Z0 * I = Z0
-Z0 = Z0
impl PartialOrd<Z0> for Z0
impl PartialOrd<Z0> for Z0
pub fn partial_cmp(&self, other: &Z0) -> Option<Ordering>
pub fn partial_cmp(&self, other: &Z0) -> Option<Ordering>
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
impl<U> Pow<NInt<U>> for Z0 where
U: Unsigned + NonZero,
impl<U> Pow<NInt<U>> for Z0 where
U: Unsigned + NonZero,
0^N = 0
impl<U> Pow<PInt<U>> for Z0 where
U: Unsigned + NonZero,
impl<U> Pow<PInt<U>> for Z0 where
U: Unsigned + NonZero,
0^P = 0
0^0 = 1
Z0 % I = Z0
where I != 0
Z0 - N = P
Z0 - P = N
Z0 - Z0 = Z0
impl StructuralEq for Z0
impl StructuralPartialEq for Z0
impl Zero for Z0
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn partial_div(self, rhs: N) -> <M as PartialDiv<N>>::Output
pub fn partial_div(self, rhs: N) -> <M as PartialDiv<N>>::Output
Method for performing the division
type Output = T
type Output = T
Should always be Self