pub struct Nat2<X: Nat, Y: Nat>(/* private fields */);
Trait Implementations§
Source§impl<N, D: Nat, R: Nat, Q> NatDivInternal<D, Nat2<R, Q>> for One<N>where
N: NatDivInternal<D, <<<One<R> as NatSub<D>>::Output as NatSub<D>>::Output as NatUndefOr2<Two<Q>, <<One<R> as NatSub<D>>::Output as NatUndefOr2<One<Q>, Nat2<One<R>, <Q as NatTriple>::Output>>>::Output>>::Output> + Nat,
<<One<R> as NatSub<D>>::Output as NatSub<D>>::Output: NatUndefOr2<Two<Q>, <<One<R> as NatSub<D>>::Output as NatUndefOr2<One<Q>, Nat2<One<R>, <Q as NatTriple>::Output>>>::Output>,
<One<R> as NatSub<D>>::Output: NatSub<D> + NatUndefOr2<One<Q>, Nat2<One<R>, <Q as NatTriple>::Output>>,
One<R>: NatSub<D>,
Q: NatTriple + Nat,
impl<N, D: Nat, R: Nat, Q> NatDivInternal<D, Nat2<R, Q>> for One<N>where
N: NatDivInternal<D, <<<One<R> as NatSub<D>>::Output as NatSub<D>>::Output as NatUndefOr2<Two<Q>, <<One<R> as NatSub<D>>::Output as NatUndefOr2<One<Q>, Nat2<One<R>, <Q as NatTriple>::Output>>>::Output>>::Output> + Nat,
<<One<R> as NatSub<D>>::Output as NatSub<D>>::Output: NatUndefOr2<Two<Q>, <<One<R> as NatSub<D>>::Output as NatUndefOr2<One<Q>, Nat2<One<R>, <Q as NatTriple>::Output>>>::Output>,
<One<R> as NatSub<D>>::Output: NatSub<D> + NatUndefOr2<One<Q>, Nat2<One<R>, <Q as NatTriple>::Output>>,
One<R>: NatSub<D>,
Q: NatTriple + Nat,
Source§impl<N, D: Nat, R: Nat, Q> NatDivInternal<D, Nat2<R, Q>> for Two<N>where
N: NatDivInternal<D, <<<Two<R> as NatSub<D>>::Output as NatSub<D>>::Output as NatUndefOr2<Two<Q>, <<Two<R> as NatSub<D>>::Output as NatUndefOr2<One<Q>, Nat2<Two<R>, <Q as NatTriple>::Output>>>::Output>>::Output> + Nat,
<<Two<R> as NatSub<D>>::Output as NatSub<D>>::Output: NatUndefOr2<Two<Q>, <<Two<R> as NatSub<D>>::Output as NatUndefOr2<One<Q>, Nat2<Two<R>, <Q as NatTriple>::Output>>>::Output>,
<Two<R> as NatSub<D>>::Output: NatSub<D> + NatUndefOr2<One<Q>, Nat2<Two<R>, <Q as NatTriple>::Output>>,
Two<R>: NatSub<D>,
Q: NatTriple + Nat,
impl<N, D: Nat, R: Nat, Q> NatDivInternal<D, Nat2<R, Q>> for Two<N>where
N: NatDivInternal<D, <<<Two<R> as NatSub<D>>::Output as NatSub<D>>::Output as NatUndefOr2<Two<Q>, <<Two<R> as NatSub<D>>::Output as NatUndefOr2<One<Q>, Nat2<Two<R>, <Q as NatTriple>::Output>>>::Output>>::Output> + Nat,
<<Two<R> as NatSub<D>>::Output as NatSub<D>>::Output: NatUndefOr2<Two<Q>, <<Two<R> as NatSub<D>>::Output as NatUndefOr2<One<Q>, Nat2<Two<R>, <Q as NatTriple>::Output>>>::Output>,
<Two<R> as NatSub<D>>::Output: NatSub<D> + NatUndefOr2<One<Q>, Nat2<Two<R>, <Q as NatTriple>::Output>>,
Two<R>: NatSub<D>,
Q: NatTriple + Nat,
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,
Auto Trait Implementations§
impl<X, Y> Freeze for Nat2<X, Y>
impl<X, Y> RefUnwindSafe for Nat2<X, Y>where
X: RefUnwindSafe,
Y: RefUnwindSafe,
impl<X, Y> Send for Nat2<X, Y>
impl<X, Y> Sync for Nat2<X, Y>
impl<X, Y> Unpin for Nat2<X, Y>
impl<X, Y> UnwindSafe for Nat2<X, Y>where
X: UnwindSafe,
Y: 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