[−][src]Struct heapless::consts::Z0
The type-level signed integer 0.
Methods
impl Z0
[src][−]
Trait Implementations
impl Clone for Z0
[src][+]
impl<U> Pow<NInt<U>> for Z0 where
U: NonZero + Unsigned,
[src][+]
U: NonZero + Unsigned,
impl Pow<Z0> for Z0
[src][+]
impl<U> Pow<PInt<U>> for Z0 where
U: NonZero + Unsigned,
[src][+]
U: NonZero + Unsigned,
impl Debug for Z0
[src][+]
impl<V, A> Mul<TArr<V, A>> for Z0 where
Z0: Mul<A>,
[src][+]
Z0: Mul<A>,
impl Mul<ATerm> for Z0
[src][+]
impl<I> Mul<I> for Z0 where
I: Integer,
[src][+]
I: Integer,
impl PartialEq<Z0> for Z0
[src][+]
impl Ord for Z0
[src][+]
impl Neg for Z0
[src][+]
impl PartialOrd<Z0> for Z0
[src][+]
impl<U> Max<NInt<U>> for Z0 where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
impl Max<Z0> for Z0
[src][+]
impl<U> Max<PInt<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<NInt<U>> for Z0 where
U: Unsigned + NonZero,
[src][+]
U: Unsigned + NonZero,
impl Min<Z0> for Z0
[src][+]
impl Hash for Z0
[src][+]
impl Sub<Z0> for Z0
[src][+]
impl<U> Sub<NInt<U>> for Z0 where
U: NonZero + Unsigned,
[src][+]
U: NonZero + Unsigned,
impl<U> Sub<PInt<U>> for Z0 where
U: NonZero + Unsigned,
[src][+]
U: NonZero + Unsigned,
impl Eq for Z0
[src]
impl Abs for Z0
[src]
impl<I> Add<I> for Z0 where
I: Integer,
[src][+]
I: Integer,
impl<I> Div<I> for Z0 where
I: NonZero + Integer,
[src][+]
I: NonZero + Integer,
impl Integer for Z0
[src][+]
impl<U> Cmp<PInt<U>> for Z0 where
U: NonZero + Unsigned,
[src]
U: NonZero + Unsigned,
0 < X
type Output = Less
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
impl Cmp<Z0> for Z0
[src]
0 == 0
type Output = Equal
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
impl<U> Cmp<NInt<U>> for Z0 where
U: NonZero + Unsigned,
[src]
U: NonZero + Unsigned,
0 > -X
type Output = Greater
The result of the comparison. It should only ever be one of Greater
, Less
, or Equal
.
impl Default for Z0
[src][+]
impl<I> Rem<I> for Z0 where
I: NonZero + Integer,
[src][+]
I: NonZero + Integer,
impl Copy for Z0
[src]
Auto Trait Implementations
Blanket Implementations
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,
impl<A, B> IsEqual for A where
A: Cmp<B> + IsEqualPrivate<B, <A as Cmp<B>>::Output>,
[src][−]
A: Cmp<B> + IsEqualPrivate<B, <A as Cmp<B>>::Output>,
type Output = <A as IsEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True
or False
fn is_equal(self, B) -> <A as IsEqual<B>>::Output
[src][−]
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<X, N> Pow for X where
N: Unsigned,
X: Unsigned + PrivatePow<UInt<UTerm, B1>, N>,
[src][−]
N: Unsigned,
X: Unsigned + PrivatePow<UInt<UTerm, B1>, N>,
type Output = <X as PrivatePow<UInt<UTerm, B1>, N>>::Output
The result of the exponentiation.
fn powi(self, N) -> <X as Pow<N>>::Output
[src][−]
impl<A, B> IsLessOrEqual for A where
A: Cmp<B> + IsLessOrEqualPrivate<B, <A as Cmp<B>>::Output>,
[src][−]
A: Cmp<B> + IsLessOrEqualPrivate<B, <A as Cmp<B>>::Output>,
type Output = <A as IsLessOrEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True
or False
fn is_less_or_equal(self, B) -> <A as IsLessOrEqual<B>>::Output
[src][−]
impl<T> Same for T
[src]
type Output = T
Should always be Self
impl<A, B> IsLess for A where
A: Cmp<B> + IsLessPrivate<B, <A as Cmp<B>>::Output>,
[src][−]
A: Cmp<B> + IsLessPrivate<B, <A as Cmp<B>>::Output>,
type Output = <A as IsLessPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True
or False
fn is_less(self, B) -> <A as IsLess<B>>::Output
[src][−]
impl<A, B> IsGreater for A where
A: Cmp<B> + IsGreaterPrivate<B, <A as Cmp<B>>::Output>,
[src][−]
A: Cmp<B> + IsGreaterPrivate<B, <A as Cmp<B>>::Output>,
type Output = <A as IsGreaterPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True
or False
fn is_greater(self, B) -> <A as IsGreater<B>>::Output
[src][−]
impl<A, B> IsNotEqual for A where
A: Cmp<B> + IsNotEqualPrivate<B, <A as Cmp<B>>::Output>,
[src][−]
A: Cmp<B> + IsNotEqualPrivate<B, <A as Cmp<B>>::Output>,
type Output = <A as IsNotEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True
or False
fn is_not_equal(self, B) -> <A as IsNotEqual<B>>::Output
[src][−]
impl<A, B> IsGreaterOrEqual for A where
A: Cmp<B> + IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>,
[src][−]
A: Cmp<B> + IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>,
type Output = <A as IsGreaterOrEqualPrivate<B, <A as Cmp<B>>::Output>>::Output
The type representing either True
or False