pub struct WasmPastaFpLookupTable {
pub id: i32,
pub data: WasmVecVecFp,
}
Fields§
§id: i32
§data: WasmVecVecFp
Implementations§
source§impl WasmPastaFpLookupTable
impl WasmPastaFpLookupTable
pub fn new(id: i32, data: WasmVecVecFp) -> WasmPastaFpLookupTable
Trait Implementations§
source§impl From<WasmPastaFpLookupTable> for JsValue
impl From<WasmPastaFpLookupTable> for JsValue
source§fn from(value: WasmPastaFpLookupTable) -> Self
fn from(value: WasmPastaFpLookupTable) -> Self
Converts to this type from the input type.
source§impl From<WasmPastaFpLookupTable> for LookupTable<Fp>
impl From<WasmPastaFpLookupTable> for LookupTable<Fp>
source§fn from(wasm_lt: WasmPastaFpLookupTable) -> LookupTable<Fp>
fn from(wasm_lt: WasmPastaFpLookupTable) -> LookupTable<Fp>
Converts to this type from the input type.
source§impl FromWasmAbi for WasmPastaFpLookupTable
impl FromWasmAbi for WasmPastaFpLookupTable
source§impl IntoWasmAbi for WasmPastaFpLookupTable
impl IntoWasmAbi for WasmPastaFpLookupTable
source§impl RefFromWasmAbi for WasmPastaFpLookupTable
impl RefFromWasmAbi for WasmPastaFpLookupTable
§type Anchor = Ref<'static, WasmPastaFpLookupTable>
type Anchor = Ref<'static, WasmPastaFpLookupTable>
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 WasmPastaFpLookupTable
impl Send for WasmPastaFpLookupTable
impl Sync for WasmPastaFpLookupTable
impl Unpin for WasmPastaFpLookupTable
impl UnwindSafe for WasmPastaFpLookupTable
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
.