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