pub struct WasmFpSrs(pub Arc<SRS<Vesta>>);
Tuple Fields§
§0: Arc<SRS<Vesta>>
Trait Implementations§
Source§impl FromWasmAbi for WasmFpSrs
impl FromWasmAbi for WasmFpSrs
Source§impl IntoWasmAbi for WasmFpSrs
impl IntoWasmAbi for WasmFpSrs
Source§impl LongRefFromWasmAbi for WasmFpSrs
impl LongRefFromWasmAbi for WasmFpSrs
Source§impl OptionFromWasmAbi for WasmFpSrs
impl OptionFromWasmAbi for WasmFpSrs
Source§impl OptionIntoWasmAbi for WasmFpSrs
impl OptionIntoWasmAbi for WasmFpSrs
Source§impl RefFromWasmAbi for WasmFpSrs
impl RefFromWasmAbi for WasmFpSrs
Source§impl RefMutFromWasmAbi for WasmFpSrs
impl RefMutFromWasmAbi for WasmFpSrs
Source§impl TryFromJsValue for WasmFpSrs
impl TryFromJsValue for WasmFpSrs
Source§impl VectorFromWasmAbi for WasmFpSrs
impl VectorFromWasmAbi for WasmFpSrs
Source§impl VectorIntoWasmAbi for WasmFpSrs
impl VectorIntoWasmAbi for WasmFpSrs
Auto Trait Implementations§
impl Freeze for WasmFpSrs
impl RefUnwindSafe for WasmFpSrs
impl Send for WasmFpSrs
impl Sync for WasmFpSrs
impl Unpin for WasmFpSrs
impl UnwindSafe for WasmFpSrs
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§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
.