pub struct Zero<X: Int = Term>(/* private fields */);
Trait Implementations§
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,
Source§impl<M, N: Int> IntRevInternal<N> for Zero<M>
impl<M, N: Int> IntRevInternal<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