Struct plonk_wasm::plonk_proof::fq::WasmFqRuntimeTable
source · pub struct WasmFqRuntimeTable { /* private fields */ }
Implementations§
source§impl WasmFqRuntimeTable
impl WasmFqRuntimeTable
pub fn new(id: i32, data: WasmFlatVector<WasmPastaFq>) -> WasmFqRuntimeTable
Trait Implementations§
source§impl From<WasmFqRuntimeTable> for JsValue
impl From<WasmFqRuntimeTable> for JsValue
source§fn from(value: WasmFqRuntimeTable) -> Self
fn from(value: WasmFqRuntimeTable) -> Self
Converts to this type from the input type.
source§impl From<WasmFqRuntimeTable> for RuntimeTable<Fq>
impl From<WasmFqRuntimeTable> for RuntimeTable<Fq>
source§fn from(wasm_rt: WasmFqRuntimeTable) -> RuntimeTable<Fq>
fn from(wasm_rt: WasmFqRuntimeTable) -> RuntimeTable<Fq>
Converts to this type from the input type.
source§impl FromWasmAbi for WasmFqRuntimeTable
impl FromWasmAbi for WasmFqRuntimeTable
source§impl IntoWasmAbi for WasmFqRuntimeTable
impl IntoWasmAbi for WasmFqRuntimeTable
source§impl RefFromWasmAbi for WasmFqRuntimeTable
impl RefFromWasmAbi for WasmFqRuntimeTable
§type Anchor = Ref<'static, WasmFqRuntimeTable>
type Anchor = Ref<'static, WasmFqRuntimeTable>
The type that holds the reference to
Self
for the duration of the
invocation of the function that has an &Self
parameter. This is
required to ensure that the lifetimes don’t persist beyond one function
call, and so that they remain anonymous.Auto Trait Implementations§
impl RefUnwindSafe for WasmFqRuntimeTable
impl Send for WasmFqRuntimeTable
impl Sync for WasmFqRuntimeTable
impl Unpin for WasmFqRuntimeTable
impl UnwindSafe for WasmFqRuntimeTable
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
.