Struct plonk_wasm::srs::fp::WasmFpSrs
source · pub struct WasmFpSrs(pub Arc<SRS<G>>);
Tuple Fields§
§0: Arc<SRS<G>>
Trait Implementations§
source§impl FromWasmAbi for WasmFpSrs
impl FromWasmAbi for WasmFpSrs
source§impl IntoWasmAbi for WasmFpSrs
impl IntoWasmAbi for WasmFpSrs
source§impl LongRefFromWasmAbi for WasmFpSrs
impl LongRefFromWasmAbi for WasmFpSrs
source§impl OptionFromWasmAbi for WasmFpSrs
impl OptionFromWasmAbi for WasmFpSrs
source§impl OptionIntoWasmAbi for WasmFpSrs
impl OptionIntoWasmAbi for WasmFpSrs
source§impl RefFromWasmAbi for WasmFpSrs
impl RefFromWasmAbi for WasmFpSrs
source§impl RefMutFromWasmAbi for WasmFpSrs
impl RefMutFromWasmAbi for WasmFpSrs
Auto Trait Implementations§
impl RefUnwindSafe for WasmFpSrs
impl Send for WasmFpSrs
impl Sync for WasmFpSrs
impl Unpin for WasmFpSrs
impl UnwindSafe for WasmFpSrs
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
.