pub struct Int2<X: Int, Y: Int>(/* private fields */);
Trait Implementations§
Source§impl<N, D: Int, R: Int, Q> IntDivInternal<D, Int2<R, Q>> for Minus<N>where
N: IntDivInternal<D, <Minus<R> as IntAbsMinThreeCmp<<Minus<R> as IntSub<D>>::Output, <Minus<R> as IntAdd<D>>::Output, <Q as IntTriple>::Output, Plus<Q>, Minus<Q>>>::Output> + Int,
Minus<R>: IntAbsMinThreeCmp<<Minus<R> as IntSub<D>>::Output, <Minus<R> as IntAdd<D>>::Output, <Q as IntTriple>::Output, Plus<Q>, Minus<Q>> + IntSub<D> + IntAdd<D>,
Q: IntTriple + Int,
impl<N, D: Int, R: Int, Q> IntDivInternal<D, Int2<R, Q>> for Minus<N>where
N: IntDivInternal<D, <Minus<R> as IntAbsMinThreeCmp<<Minus<R> as IntSub<D>>::Output, <Minus<R> as IntAdd<D>>::Output, <Q as IntTriple>::Output, Plus<Q>, Minus<Q>>>::Output> + Int,
Minus<R>: IntAbsMinThreeCmp<<Minus<R> as IntSub<D>>::Output, <Minus<R> as IntAdd<D>>::Output, <Q as IntTriple>::Output, Plus<Q>, Minus<Q>> + IntSub<D> + IntAdd<D>,
Q: IntTriple + Int,
Source§impl<N, D: Int, R: Int, Q> IntDivInternal<D, Int2<R, Q>> for Plus<N>where
N: IntDivInternal<D, <Plus<R> as IntAbsMinThreeCmp<<Plus<R> as IntSub<D>>::Output, <Plus<R> as IntAdd<D>>::Output, <Q as IntTriple>::Output, Plus<Q>, Minus<Q>>>::Output> + Int,
Plus<R>: IntAbsMinThreeCmp<<Plus<R> as IntSub<D>>::Output, <Plus<R> as IntAdd<D>>::Output, <Q as IntTriple>::Output, Plus<Q>, Minus<Q>> + IntSub<D> + IntAdd<D>,
Q: IntTriple + Int,
impl<N, D: Int, R: Int, Q> IntDivInternal<D, Int2<R, Q>> for Plus<N>where
N: IntDivInternal<D, <Plus<R> as IntAbsMinThreeCmp<<Plus<R> as IntSub<D>>::Output, <Plus<R> as IntAdd<D>>::Output, <Q as IntTriple>::Output, Plus<Q>, Minus<Q>>>::Output> + Int,
Plus<R>: IntAbsMinThreeCmp<<Plus<R> as IntSub<D>>::Output, <Plus<R> as IntAdd<D>>::Output, <Q as IntTriple>::Output, Plus<Q>, Minus<Q>> + IntSub<D> + IntAdd<D>,
Q: IntTriple + Int,
Source§impl<N, D: Int, R, Q> IntDivInternal<D, Int2<R, Q>> for Zero<N>where
N: IntDivInternal<D, <<R as IntTriple>::Output as IntAbsMinThreeCmp<<<R as IntTriple>::Output as IntSub<D>>::Output, <<R as IntTriple>::Output as IntAdd<D>>::Output, <Q as IntTriple>::Output, Plus<Q>, Minus<Q>>>::Output> + Int,
<R as IntTriple>::Output: IntAbsMinThreeCmp<<<R as IntTriple>::Output as IntSub<D>>::Output, <<R as IntTriple>::Output as IntAdd<D>>::Output, <Q as IntTriple>::Output, Plus<Q>, Minus<Q>> + IntSub<D> + IntAdd<D>,
R: IntTriple + Int,
Q: IntTriple + Int,
impl<N, D: Int, R, Q> IntDivInternal<D, Int2<R, Q>> for Zero<N>where
N: IntDivInternal<D, <<R as IntTriple>::Output as IntAbsMinThreeCmp<<<R as IntTriple>::Output as IntSub<D>>::Output, <<R as IntTriple>::Output as IntAdd<D>>::Output, <Q as IntTriple>::Output, Plus<Q>, Minus<Q>>>::Output> + Int,
<R as IntTriple>::Output: IntAbsMinThreeCmp<<<R as IntTriple>::Output as IntSub<D>>::Output, <<R as IntTriple>::Output as IntAdd<D>>::Output, <Q as IntTriple>::Output, Plus<Q>, Minus<Q>> + IntSub<D> + IntAdd<D>,
R: IntTriple + Int,
Q: IntTriple + Int,
Auto Trait Implementations§
impl<X, Y> Freeze for Int2<X, Y>
impl<X, Y> RefUnwindSafe for Int2<X, Y>where
X: RefUnwindSafe,
Y: RefUnwindSafe,
impl<X, Y> Send for Int2<X, Y>
impl<X, Y> Sync for Int2<X, Y>
impl<X, Y> Unpin for Int2<X, Y>
impl<X, Y> UnwindSafe for Int2<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