pub struct Zero<X: Nat = Term>(/* private fields */);
Trait Implementations§
Source§impl<N, D: Nat, R, Q> NatDivInternal<D, Nat2<R, Q>> for Zero<N>where
N: NatDivInternal<D, <<<<R as NatTriple>::Output as NatSub<D>>::Output as NatSub<D>>::Output as NatUndefOr2<Two<Q>, <<<R as NatTriple>::Output as NatSub<D>>::Output as NatUndefOr2<One<Q>, Nat2<<R as NatTriple>::Output, <Q as NatTriple>::Output>>>::Output>>::Output> + Nat,
<<<R as NatTriple>::Output as NatSub<D>>::Output as NatSub<D>>::Output: NatUndefOr2<Two<Q>, <<<R as NatTriple>::Output as NatSub<D>>::Output as NatUndefOr2<One<Q>, Nat2<<R as NatTriple>::Output, <Q as NatTriple>::Output>>>::Output>,
<<R as NatTriple>::Output as NatSub<D>>::Output: NatSub<D> + NatUndefOr2<One<Q>, Nat2<<R as NatTriple>::Output, <Q as NatTriple>::Output>>,
<R as NatTriple>::Output: NatSub<D>,
R: NatTriple + Nat,
Q: NatTriple + Nat,
impl<N, D: Nat, R, Q> NatDivInternal<D, Nat2<R, Q>> for Zero<N>where
N: NatDivInternal<D, <<<<R as NatTriple>::Output as NatSub<D>>::Output as NatSub<D>>::Output as NatUndefOr2<Two<Q>, <<<R as NatTriple>::Output as NatSub<D>>::Output as NatUndefOr2<One<Q>, Nat2<<R as NatTriple>::Output, <Q as NatTriple>::Output>>>::Output>>::Output> + Nat,
<<<R as NatTriple>::Output as NatSub<D>>::Output as NatSub<D>>::Output: NatUndefOr2<Two<Q>, <<<R as NatTriple>::Output as NatSub<D>>::Output as NatUndefOr2<One<Q>, Nat2<<R as NatTriple>::Output, <Q as NatTriple>::Output>>>::Output>,
<<R as NatTriple>::Output as NatSub<D>>::Output: NatSub<D> + NatUndefOr2<One<Q>, Nat2<<R as NatTriple>::Output, <Q as NatTriple>::Output>>,
<R as NatTriple>::Output: NatSub<D>,
R: NatTriple + Nat,
Q: NatTriple + Nat,
Source§impl<X> NatDoublePred for Zero<X>
impl<X> NatDoublePred for Zero<X>
Source§impl<M, N: Nat> NatRevInternal<N> for Zero<M>
impl<M, N: Nat> NatRevInternal<N> for Zero<M>
Auto Trait Implementations§
impl<X> Freeze for Zero<X>
impl<X> RefUnwindSafe for Zero<X>where
X: RefUnwindSafe,
impl<X> Send for Zero<X>where
X: Send,
impl<X> Sync for Zero<X>where
X: Sync,
impl<X> Unpin for Zero<X>where
X: Unpin,
impl<X> UnwindSafe for Zero<X>where
X: UnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more