pub struct WasmVecFp(pub Vec<Fp>);
Tuple Fields§
§0: Vec<Fp>
Implementations§
Trait Implementations§
Source§impl FromWasmAbi for WasmVecFp
impl FromWasmAbi for WasmVecFp
Source§impl IntoWasmAbi for WasmVecFp
impl IntoWasmAbi for WasmVecFp
Source§impl LongRefFromWasmAbi for WasmVecFp
impl LongRefFromWasmAbi for WasmVecFp
Source§impl OptionFromWasmAbi for WasmVecFp
impl OptionFromWasmAbi for WasmVecFp
Source§impl OptionIntoWasmAbi for WasmVecFp
impl OptionIntoWasmAbi for WasmVecFp
Source§impl RefFromWasmAbi for WasmVecFp
impl RefFromWasmAbi for WasmVecFp
Source§impl RefMutFromWasmAbi for WasmVecFp
impl RefMutFromWasmAbi for WasmVecFp
Source§impl TryFromJsValue for WasmVecFp
impl TryFromJsValue for WasmVecFp
Source§impl VectorFromWasmAbi for WasmVecFp
impl VectorFromWasmAbi for WasmVecFp
Source§impl VectorIntoWasmAbi for WasmVecFp
impl VectorIntoWasmAbi for WasmVecFp
Auto Trait Implementations§
impl Freeze for WasmVecFp
impl RefUnwindSafe for WasmVecFp
impl Send for WasmVecFp
impl Sync for WasmVecFp
impl Unpin for WasmVecFp
impl UnwindSafe for WasmVecFp
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,
Source§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
.