pub struct ScalarFieldWrapper<T>(/* private fields */);
Trait Implementations§
Source§impl<Rhs, Lhs> Add<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Add<Rhs::Scalar>,
Lhs: ScalarField,
impl<Rhs, Lhs> Add<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Add<Rhs::Scalar>,
Lhs: ScalarField,
Source§impl<Rhs, Lhs> BitAnd<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: BitAnd<Rhs::Scalar>,
Lhs: ScalarField,
impl<Rhs, Lhs> BitAnd<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: BitAnd<Rhs::Scalar>,
Lhs: ScalarField,
Source§type Output = BitAndField<ScalarFieldWrapper<Lhs>, Rhs>
type Output = BitAndField<ScalarFieldWrapper<Lhs>, Rhs>
The resulting type after applying the
&
operator.Source§impl<Rhs, Lhs> BitOr<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: BitOr<Rhs::Scalar>,
Lhs: ScalarField,
impl<Rhs, Lhs> BitOr<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: BitOr<Rhs::Scalar>,
Lhs: ScalarField,
Source§type Output = BitOrField<ScalarFieldWrapper<Lhs>, Rhs>
type Output = BitOrField<ScalarFieldWrapper<Lhs>, Rhs>
The resulting type after applying the
|
operator.Source§impl<Rhs, Lhs> BitXor<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: BitXor<Rhs::Scalar>,
Lhs: ScalarField,
impl<Rhs, Lhs> BitXor<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: BitXor<Rhs::Scalar>,
Lhs: ScalarField,
Source§type Output = BitXorField<ScalarFieldWrapper<Lhs>, Rhs>
type Output = BitXorField<ScalarFieldWrapper<Lhs>, Rhs>
The resulting type after applying the
^
operator.Source§impl<T: Clone> Clone for ScalarFieldWrapper<T>
impl<T: Clone> Clone for ScalarFieldWrapper<T>
Source§fn clone(&self) -> ScalarFieldWrapper<T>
fn clone(&self) -> ScalarFieldWrapper<T>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<T: Debug> Debug for ScalarFieldWrapper<T>
impl<T: Debug> Debug for ScalarFieldWrapper<T>
Source§impl<Rhs, Lhs> Div<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Div<Rhs::Scalar>,
Lhs: ScalarField,
impl<Rhs, Lhs> Div<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Div<Rhs::Scalar>,
Lhs: ScalarField,
Source§impl<T: ScalarField> From<T> for ScalarFieldWrapper<T>
impl<T: ScalarField> From<T> for ScalarFieldWrapper<T>
Source§impl<Rhs, Lhs> Mul<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Mul<Rhs::Scalar>,
Lhs: ScalarField,
impl<Rhs, Lhs> Mul<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Mul<Rhs::Scalar>,
Lhs: ScalarField,
Source§impl<Lhs> Neg for ScalarFieldWrapper<Lhs>
impl<Lhs> Neg for ScalarFieldWrapper<Lhs>
Source§impl<Lhs> Not for ScalarFieldWrapper<Lhs>
impl<Lhs> Not for ScalarFieldWrapper<Lhs>
Source§impl<Rhs, Lhs> Rem<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Rem<Rhs::Scalar>,
Lhs: ScalarField,
impl<Rhs, Lhs> Rem<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Rem<Rhs::Scalar>,
Lhs: ScalarField,
Source§impl<T: ScalarField> ScalarField for ScalarFieldWrapper<T>
impl<T: ScalarField> ScalarField for ScalarFieldWrapper<T>
Source§impl<Rhs, Lhs> Shl<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Shl<Rhs::Scalar>,
Lhs: ScalarField,
impl<Rhs, Lhs> Shl<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Shl<Rhs::Scalar>,
Lhs: ScalarField,
Source§impl<Rhs, Lhs> Shr<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Shr<Rhs::Scalar>,
Lhs: ScalarField,
impl<Rhs, Lhs> Shr<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Shr<Rhs::Scalar>,
Lhs: ScalarField,
Source§impl<Rhs, Lhs> Sub<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Sub<Rhs::Scalar>,
Lhs: ScalarField,
impl<Rhs, Lhs> Sub<Rhs> for ScalarFieldWrapper<Lhs>where
Rhs: ScalarField<Point = <ScalarFieldWrapper<Lhs> as ScalarField>::Point>,
<ScalarFieldWrapper<Lhs> as ScalarField>::Scalar: Sub<Rhs::Scalar>,
Lhs: ScalarField,
impl<T: Copy> Copy for ScalarFieldWrapper<T>
Auto Trait Implementations§
impl<T> Freeze for ScalarFieldWrapper<T>where
T: Freeze,
impl<T> RefUnwindSafe for ScalarFieldWrapper<T>where
T: RefUnwindSafe,
impl<T> Send for ScalarFieldWrapper<T>where
T: Send,
impl<T> Sync for ScalarFieldWrapper<T>where
T: Sync,
impl<T> Unpin for ScalarFieldWrapper<T>where
T: Unpin,
impl<T> UnwindSafe for ScalarFieldWrapper<T>where
T: 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