Struct snarkvm_curves::templates::twisted_edwards_extended::MontgomeryGroupAffine [−][src]
pub struct MontgomeryGroupAffine<P: MontgomeryParameters> { pub x: P::BaseField, pub y: P::BaseField, // some fields omitted }
Fields
x: P::BaseField
y: P::BaseField
Implementations
impl<P: MontgomeryParameters> MontgomeryGroupAffine<P>
[src]
impl<P: MontgomeryParameters> MontgomeryGroupAffine<P>
[src]Trait Implementations
impl<P: MontgomeryParameters> Clone for MontgomeryGroupAffine<P> where
P: MontgomeryParameters,
[src]
impl<P: MontgomeryParameters> Clone for MontgomeryGroupAffine<P> where
P: MontgomeryParameters,
[src]impl<P: MontgomeryParameters> Debug for MontgomeryGroupAffine<P> where
P: MontgomeryParameters,
[src]
impl<P: MontgomeryParameters> Debug for MontgomeryGroupAffine<P> where
P: MontgomeryParameters,
[src]impl<P: MontgomeryParameters> Display for MontgomeryGroupAffine<P>
[src]
impl<P: MontgomeryParameters> Display for MontgomeryGroupAffine<P>
[src]impl<P: MontgomeryParameters> Hash for MontgomeryGroupAffine<P> where
P: MontgomeryParameters,
[src]
impl<P: MontgomeryParameters> Hash for MontgomeryGroupAffine<P> where
P: MontgomeryParameters,
[src]impl<P: MontgomeryParameters> PartialEq<MontgomeryGroupAffine<P>> for MontgomeryGroupAffine<P> where
P: MontgomeryParameters,
[src]
impl<P: MontgomeryParameters> PartialEq<MontgomeryGroupAffine<P>> for MontgomeryGroupAffine<P> where
P: MontgomeryParameters,
[src]impl<P: MontgomeryParameters> Copy for MontgomeryGroupAffine<P> where
P: MontgomeryParameters,
[src]
P: MontgomeryParameters,
impl<P: MontgomeryParameters> Eq for MontgomeryGroupAffine<P> where
P: MontgomeryParameters,
[src]
P: MontgomeryParameters,
Auto Trait Implementations
impl<P> RefUnwindSafe for MontgomeryGroupAffine<P> where
P: RefUnwindSafe,
<P as ModelParameters>::BaseField: RefUnwindSafe,
P: RefUnwindSafe,
<P as ModelParameters>::BaseField: RefUnwindSafe,
impl<P> Send for MontgomeryGroupAffine<P>
impl<P> Sync for MontgomeryGroupAffine<P>
impl<P> Unpin for MontgomeryGroupAffine<P> where
P: Unpin,
<P as ModelParameters>::BaseField: Unpin,
P: Unpin,
<P as ModelParameters>::BaseField: Unpin,
impl<P> UnwindSafe for MontgomeryGroupAffine<P> where
P: UnwindSafe,
<P as ModelParameters>::BaseField: UnwindSafe,
P: UnwindSafe,
<P as ModelParameters>::BaseField: UnwindSafe,
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
pub fn borrow_mut(&mut self) -> &mut T
[src]Mutably borrows from an owned value. Read more
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn to_owned(&self) -> T
[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)
[src]
pub fn clone_into(&self, target: &mut T)
[src]🔬 This is a nightly-only experimental API. (toowned_clone_into
)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,