Struct plonk_wasm::arkworks::pasta_fp::WasmPastaFp
source · #[repr(C)]pub struct WasmPastaFp(pub Fp);
Tuple Fields§
§0: Fp
Trait Implementations§
source§impl Clone for WasmPastaFp
impl Clone for WasmPastaFp
source§fn clone(&self) -> WasmPastaFp
fn clone(&self) -> WasmPastaFp
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 WasmPastaFp
impl Debug for WasmPastaFp
source§impl<'a> From<&'a WasmPastaFp> for &'a Fp
impl<'a> From<&'a WasmPastaFp> for &'a Fp
source§fn from(x: &'a WasmPastaFp) -> Self
fn from(x: &'a WasmPastaFp) -> Self
Converts to this type from the input type.
source§impl From<Fp<MontBackend<FqConfig, 4>, 4>> for WasmPastaFp
impl From<Fp<MontBackend<FqConfig, 4>, 4>> for WasmPastaFp
source§impl From<WasmPastaFp> for Fp
impl From<WasmPastaFp> for Fp
source§fn from(x: WasmPastaFp) -> Self
fn from(x: WasmPastaFp) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for WasmPastaFp
impl FromWasmAbi for WasmPastaFp
source§impl IntoWasmAbi for WasmPastaFp
impl IntoWasmAbi for WasmPastaFp
source§impl OptionFromWasmAbi for WasmPastaFp
impl OptionFromWasmAbi for WasmPastaFp
source§impl OptionIntoWasmAbi for WasmPastaFp
impl OptionIntoWasmAbi for WasmPastaFp
impl Copy for WasmPastaFp
Auto Trait Implementations§
impl RefUnwindSafe for WasmPastaFp
impl Send for WasmPastaFp
impl Sync for WasmPastaFp
impl Unpin for WasmPastaFp
impl UnwindSafe for WasmPastaFp
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
.