Struct plonk_wasm::arkworks::group_affine::WasmGPallas
source · pub struct WasmGPallas {
pub x: WasmPastaFp,
pub y: WasmPastaFp,
pub infinity: bool,
}
Fields§
§x: WasmPastaFp
§y: WasmPastaFp
§infinity: bool
Trait Implementations§
source§impl Clone for WasmGPallas
impl Clone for WasmGPallas
source§fn clone(&self) -> WasmGPallas
fn clone(&self) -> WasmGPallas
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 WasmGPallas
impl Debug for WasmGPallas
source§impl From<&Affine<PallasParameters>> for WasmGPallas
impl From<&Affine<PallasParameters>> for WasmGPallas
source§impl From<&WasmGPallas> for AffinePallas
impl From<&WasmGPallas> for AffinePallas
source§fn from(point: &WasmGPallas) -> Self
fn from(point: &WasmGPallas) -> Self
Converts to this type from the input type.
source§impl From<Affine<PallasParameters>> for WasmGPallas
impl From<Affine<PallasParameters>> for WasmGPallas
source§impl From<WasmGPallas> for AffinePallas
impl From<WasmGPallas> for AffinePallas
source§fn from(point: WasmGPallas) -> Self
fn from(point: WasmGPallas) -> Self
Converts to this type from the input type.
source§impl From<WasmGPallas> for JsValue
impl From<WasmGPallas> for JsValue
source§fn from(value: WasmGPallas) -> Self
fn from(value: WasmGPallas) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for WasmGPallas
impl FromWasmAbi for WasmGPallas
source§impl IntoWasmAbi for WasmGPallas
impl IntoWasmAbi for WasmGPallas
source§impl LongRefFromWasmAbi for WasmGPallas
impl LongRefFromWasmAbi for WasmGPallas
source§impl OptionFromWasmAbi for WasmGPallas
impl OptionFromWasmAbi for WasmGPallas
source§impl OptionIntoWasmAbi for WasmGPallas
impl OptionIntoWasmAbi for WasmGPallas
source§impl RefFromWasmAbi for WasmGPallas
impl RefFromWasmAbi for WasmGPallas
§type Anchor = Ref<'static, WasmGPallas>
type Anchor = Ref<'static, WasmGPallas>
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 WasmGPallas
impl RefMutFromWasmAbi for WasmGPallas
impl Copy for WasmGPallas
Auto Trait Implementations§
impl RefUnwindSafe for WasmGPallas
impl Send for WasmGPallas
impl Sync for WasmGPallas
impl Unpin for WasmGPallas
impl UnwindSafe for WasmGPallas
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
.