pub struct WasmGVesta {
pub x: WasmPastaFq,
pub y: WasmPastaFq,
pub infinity: bool,
}
Fields§
§x: WasmPastaFq
§y: WasmPastaFq
§infinity: bool
Trait Implementations§
Source§impl Clone for WasmGVesta
impl Clone for WasmGVesta
Source§fn clone(&self) -> WasmGVesta
fn clone(&self) -> WasmGVesta
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WasmGVesta
impl Debug for WasmGVesta
Source§impl From<&Affine<VestaParameters>> for WasmGVesta
impl From<&Affine<VestaParameters>> for WasmGVesta
Source§impl From<&WasmGVesta> for Vesta
impl From<&WasmGVesta> for Vesta
Source§fn from(point: &WasmGVesta) -> Self
fn from(point: &WasmGVesta) -> Self
Converts to this type from the input type.
Source§impl From<Affine<VestaParameters>> for WasmGVesta
impl From<Affine<VestaParameters>> for WasmGVesta
Source§impl From<WasmGVesta> for Vesta
impl From<WasmGVesta> for Vesta
Source§fn from(point: WasmGVesta) -> Self
fn from(point: WasmGVesta) -> Self
Converts to this type from the input type.
Source§impl From<WasmGVesta> for JsValue
impl From<WasmGVesta> for JsValue
Source§fn from(value: WasmGVesta) -> Self
fn from(value: WasmGVesta) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for WasmGVesta
impl FromWasmAbi for WasmGVesta
Source§impl IntoWasmAbi for WasmGVesta
impl IntoWasmAbi for WasmGVesta
Source§impl LongRefFromWasmAbi for WasmGVesta
impl LongRefFromWasmAbi for WasmGVesta
Source§impl OptionFromWasmAbi for WasmGVesta
impl OptionFromWasmAbi for WasmGVesta
Source§impl OptionIntoWasmAbi for WasmGVesta
impl OptionIntoWasmAbi for WasmGVesta
Source§impl RefFromWasmAbi for WasmGVesta
impl RefFromWasmAbi for WasmGVesta
Source§type Anchor = Ref<'static, WasmGVesta>
type Anchor = Ref<'static, WasmGVesta>
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.Source§impl RefMutFromWasmAbi for WasmGVesta
impl RefMutFromWasmAbi for WasmGVesta
Source§impl TryFromJsValue for WasmGVesta
impl TryFromJsValue for WasmGVesta
Source§impl VectorFromWasmAbi for WasmGVesta
impl VectorFromWasmAbi for WasmGVesta
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmGVesta]>
Source§impl VectorIntoWasmAbi for WasmGVesta
impl VectorIntoWasmAbi for WasmGVesta
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmGVesta]>) -> Self::Abi
Source§impl WasmDescribeVector for WasmGVesta
impl WasmDescribeVector for WasmGVesta
impl Copy for WasmGVesta
Auto Trait Implementations§
impl Freeze for WasmGVesta
impl RefUnwindSafe for WasmGVesta
impl Send for WasmGVesta
impl Sync for WasmGVesta
impl Unpin for WasmGVesta
impl UnwindSafe for WasmGVesta
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
.