#[repr(C)]pub struct WasmPastaFp(pub Fp<MontBackend<FqConfig, 4>, 4>);Tuple Fields§
§0: Fp<MontBackend<FqConfig, 4>, 4>Trait Implementations§
Source§impl Clone for WasmPastaFp
 
impl Clone for WasmPastaFp
Source§fn clone(&self) -> WasmPastaFp
 
fn clone(&self) -> WasmPastaFp
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 WasmPastaFp
 
impl Debug for WasmPastaFp
Source§impl FlatVectorElem for WasmPastaFp
 
impl FlatVectorElem for WasmPastaFp
Source§impl From<Fp<MontBackend<FqConfig, 4>, 4>> for WasmPastaFp
 
impl From<Fp<MontBackend<FqConfig, 4>, 4>> for WasmPastaFp
Source§fn from(x: Fp<MontBackend<FqConfig, 4>, 4>) -> WasmPastaFp
 
fn from(x: Fp<MontBackend<FqConfig, 4>, 4>) -> WasmPastaFp
Converts to this type from the input type.
Source§impl FromWasmAbi for WasmPastaFp
 
impl FromWasmAbi for WasmPastaFp
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: <WasmPastaFp as FromWasmAbi>::Abi) -> WasmPastaFp
 
unsafe fn from_abi(js: <WasmPastaFp as FromWasmAbi>::Abi) -> WasmPastaFp
Source§impl IntoWasmAbi for WasmPastaFp
 
impl IntoWasmAbi for WasmPastaFp
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) -> <WasmPastaFp as IntoWasmAbi>::Abi
 
fn into_abi(self) -> <WasmPastaFp as IntoWasmAbi>::Abi
Convert 
self into Self::Abi so that it can be sent across the wasm
ABI boundary.Source§impl OptionFromWasmAbi for WasmPastaFp
 
impl OptionFromWasmAbi for WasmPastaFp
Source§fn is_none(abi: &<WasmPastaFp as FromWasmAbi>::Abi) -> bool
 
fn is_none(abi: &<WasmPastaFp 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 WasmPastaFp
 
impl OptionIntoWasmAbi for WasmPastaFp
Source§fn none() -> <WasmPastaFp as IntoWasmAbi>::Abi
 
fn none() -> <WasmPastaFp as IntoWasmAbi>::Abi
Returns an ABI instance indicating “none”, which JS will interpret as
the 
None branch of this option. Read moreimpl Copy for WasmPastaFp
Auto Trait Implementations§
impl Freeze for WasmPastaFp
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
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::AbiSource§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.