Trait libp2p::multiaddr::multihash::typenum::Min [−][src]
A type operator that returns the minimum of Self and Rhs.
Associated Types
Loading content...Required methods
Loading content...Implementors
impl Min<B0> for B0[src]
impl Min<B0> for B1[src]
impl Min<B1> for B0[src]
impl Min<B1> for B1[src]
impl Min<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<U> Min<Z0> for NInt<U> where
U: Unsigned + NonZero, [src]
U: Unsigned + NonZero,
impl<U> Min<Z0> for PInt<U> where
U: Unsigned + NonZero, [src]
U: Unsigned + NonZero,
impl<U> Min<U> for UTerm where
U: Unsigned, [src]
U: Unsigned,
impl<U, B, Ur> Min<Ur> for UInt<U, B> where
B: Bit,
U: Unsigned,
Ur: Unsigned,
UInt<U, B>: Cmp<Ur>,
UInt<U, B>: PrivateMin<Ur, <UInt<U, B> as Cmp<Ur>>::Output>, [src]
B: Bit,
U: Unsigned,
Ur: Unsigned,
UInt<U, B>: Cmp<Ur>,
UInt<U, B>: PrivateMin<Ur, <UInt<U, B> as Cmp<Ur>>::Output>,
type Output = <UInt<U, B> as PrivateMin<Ur, <UInt<U, B> as Cmp<Ur>>::Output>>::Output
pub fn min(self, rhs: Ur) -> <UInt<U, B> as Min<Ur>>::Output[src]
impl<Ul, Ur> Min<NInt<Ur>> for NInt<Ul> where
Ul: Unsigned + NonZero + Max<Ur>,
Ur: Unsigned + NonZero,
<Ul as Max<Ur>>::Output: Unsigned,
<Ul as Max<Ur>>::Output: NonZero, [src]
Ul: Unsigned + NonZero + Max<Ur>,
Ur: Unsigned + NonZero,
<Ul as Max<Ur>>::Output: Unsigned,
<Ul as Max<Ur>>::Output: NonZero,
type Output = NInt<<Ul as Max<Ur>>::Output>
pub fn min(self, rhs: NInt<Ur>) -> <NInt<Ul> as Min<NInt<Ur>>>::Output[src]
impl<Ul, Ur> Min<NInt<Ur>> for PInt<Ul> where
Ul: Unsigned + NonZero,
Ur: Unsigned + NonZero, [src]
Ul: Unsigned + NonZero,
Ur: Unsigned + NonZero,
impl<Ul, Ur> Min<PInt<Ur>> for NInt<Ul> where
Ul: Unsigned + NonZero,
Ur: Unsigned + NonZero, [src]
Ul: Unsigned + NonZero,
Ur: Unsigned + NonZero,
impl<Ul, Ur> Min<PInt<Ur>> for PInt<Ul> where
Ul: Unsigned + NonZero + Min<Ur>,
Ur: Unsigned + NonZero,
<Ul as Min<Ur>>::Output: Unsigned,
<Ul as Min<Ur>>::Output: NonZero, [src]
Ul: Unsigned + NonZero + Min<Ur>,
Ur: Unsigned + NonZero,
<Ul as Min<Ur>>::Output: Unsigned,
<Ul as Min<Ur>>::Output: NonZero,