Struct plonk_wasm::arkworks::bigint_256::WasmBigInteger256
source · pub struct WasmBigInteger256(pub BigInteger256);
Tuple Fields§
§0: BigInteger256
Trait Implementations§
source§impl FromWasmAbi for WasmBigInteger256
impl FromWasmAbi for WasmBigInteger256
source§impl IntoWasmAbi for WasmBigInteger256
impl IntoWasmAbi for WasmBigInteger256
Auto Trait Implementations§
impl RefUnwindSafe for WasmBigInteger256
impl Send for WasmBigInteger256
impl Sync for WasmBigInteger256
impl Unpin for WasmBigInteger256
impl UnwindSafe for WasmBigInteger256
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
.