#[repr(C)]pub struct WasmPastaFq(pub Fp<MontBackend<FrConfig, 4>, 4>);
Tuple Fields§
§0: Fp<MontBackend<FrConfig, 4>, 4>
Trait Implementations§
Source§impl Clone for WasmPastaFq
impl Clone for WasmPastaFq
Source§fn clone(&self) -> WasmPastaFq
fn clone(&self) -> WasmPastaFq
Returns a duplicate 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 FlatVectorElem for WasmPastaFq
impl FlatVectorElem for WasmPastaFq
Source§impl From<Fp<MontBackend<FrConfig, 4>, 4>> for WasmPastaFq
impl From<Fp<MontBackend<FrConfig, 4>, 4>> for WasmPastaFq
Source§fn from(x: Fp<MontBackend<FrConfig, 4>, 4>) -> WasmPastaFq
fn from(x: Fp<MontBackend<FrConfig, 4>, 4>) -> WasmPastaFq
Converts to this type from the input type.
Source§impl FromWasmAbi for WasmPastaFq
impl FromWasmAbi for WasmPastaFq
Source§type Abi = <Vec<u8> as FromWasmAbi>::Abi
type Abi = <Vec<u8> as FromWasmAbi>::Abi
The wasm ABI type that this converts from when coming back out from the
ABI boundary.
Source§unsafe fn from_abi(js: <WasmPastaFq as FromWasmAbi>::Abi) -> WasmPastaFq
unsafe fn from_abi(js: <WasmPastaFq as FromWasmAbi>::Abi) -> WasmPastaFq
Source§impl IntoWasmAbi for WasmPastaFq
impl IntoWasmAbi for WasmPastaFq
Source§type Abi = <Vec<u8> as FromWasmAbi>::Abi
type Abi = <Vec<u8> as FromWasmAbi>::Abi
The wasm ABI type that this converts into when crossing the ABI
boundary.
Source§fn into_abi(self) -> <WasmPastaFq as IntoWasmAbi>::Abi
fn into_abi(self) -> <WasmPastaFq as IntoWasmAbi>::Abi
Convert
self
into Self::Abi
so that it can be sent across the wasm
ABI boundary.Source§impl OptionFromWasmAbi for WasmPastaFq
impl OptionFromWasmAbi for WasmPastaFq
Source§fn is_none(abi: &<WasmPastaFq as FromWasmAbi>::Abi) -> bool
fn is_none(abi: &<WasmPastaFq as FromWasmAbi>::Abi) -> bool
Tests whether the argument is a “none” instance. If so it will be
deserialized as
None
, and otherwise it will be passed to
FromWasmAbi
.Source§impl OptionIntoWasmAbi for WasmPastaFq
impl OptionIntoWasmAbi for WasmPastaFq
Source§fn none() -> <WasmPastaFq as IntoWasmAbi>::Abi
fn none() -> <WasmPastaFq as IntoWasmAbi>::Abi
Returns an ABI instance indicating “none”, which JS will interpret as
the
None
branch of this option. Read moreimpl Copy for WasmPastaFq
Auto Trait Implementations§
impl Freeze for WasmPastaFq
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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,
Source§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
.