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