Struct plonk_wasm::arkworks::group_affine::WasmGVesta
source · pub struct WasmGVesta {
pub x: WasmPastaFq,
pub y: WasmPastaFq,
pub infinity: bool,
}
Fields§
§x: WasmPastaFq
§y: WasmPastaFq
§infinity: bool
Trait Implementations§
source§impl Clone for WasmGVesta
impl Clone for WasmGVesta
source§fn clone(&self) -> WasmGVesta
fn clone(&self) -> WasmGVesta
Returns a copy 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 Debug for WasmGVesta
impl Debug for WasmGVesta
source§impl From<&Affine<VestaParameters>> for WasmGVesta
impl From<&Affine<VestaParameters>> for WasmGVesta
source§impl From<&WasmGVesta> for AffineVesta
impl From<&WasmGVesta> for AffineVesta
source§fn from(point: &WasmGVesta) -> Self
fn from(point: &WasmGVesta) -> Self
Converts to this type from the input type.
source§impl From<Affine<VestaParameters>> for WasmGVesta
impl From<Affine<VestaParameters>> for WasmGVesta
source§impl From<WasmGVesta> for AffineVesta
impl From<WasmGVesta> for AffineVesta
source§fn from(point: WasmGVesta) -> Self
fn from(point: WasmGVesta) -> Self
Converts to this type from the input type.
source§impl From<WasmGVesta> for JsValue
impl From<WasmGVesta> for JsValue
source§fn from(value: WasmGVesta) -> Self
fn from(value: WasmGVesta) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for WasmGVesta
impl FromWasmAbi for WasmGVesta
source§impl IntoWasmAbi for WasmGVesta
impl IntoWasmAbi for WasmGVesta
source§impl LongRefFromWasmAbi for WasmGVesta
impl LongRefFromWasmAbi for WasmGVesta
source§impl OptionFromWasmAbi for WasmGVesta
impl OptionFromWasmAbi for WasmGVesta
source§impl OptionIntoWasmAbi for WasmGVesta
impl OptionIntoWasmAbi for WasmGVesta
source§impl RefFromWasmAbi for WasmGVesta
impl RefFromWasmAbi for WasmGVesta
§type Anchor = Ref<'static, WasmGVesta>
type Anchor = Ref<'static, WasmGVesta>
The type that holds the reference to
Self
for the duration of the
invocation of the function that has an &Self
parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.source§impl RefMutFromWasmAbi for WasmGVesta
impl RefMutFromWasmAbi for WasmGVesta
impl Copy for WasmGVesta
Auto Trait Implementations§
impl RefUnwindSafe for WasmGVesta
impl Send for WasmGVesta
impl Sync for WasmGVesta
impl Unpin for WasmGVesta
impl UnwindSafe for WasmGVesta
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
§impl<T> Pointable for T
impl<T> Pointable for T
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
Same as
IntoWasmAbi::Abi
source§fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self) -> <T as ReturnWasmAbi>::Abi
Same as
IntoWasmAbi::into_abi
, except that it may throw and never
return in the case of Err
.