struct Point<T> {
x: T,
y: T,
}Fields§
§x: T§y: TImplementations§
Source§impl Point<Variable<Column>>
impl Point<Variable<Column>>
pub fn new_from_env<F: PrimeField, T: ExprOps<F, BerkeleyChallengeTerm>>( &self, env: &ArgumentEnv<F, T>, ) -> Point<T>
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Point<T>where
T: Freeze,
impl<T> RefUnwindSafe for Point<T>where
T: RefUnwindSafe,
impl<T> Send for Point<T>where
T: Send,
impl<T> Sync for Point<T>where
T: Sync,
impl<T> Unpin for Point<T>where
T: Unpin,
impl<T> UnwindSafe for Point<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