pub struct WasmVestaGProjective(/* private fields */);
Trait Implementations§
Source§impl Add for &WasmVestaGProjective
impl Add for &WasmVestaGProjective
Source§impl Add for WasmVestaGProjective
impl Add for WasmVestaGProjective
Source§impl AsRef<WasmVestaGProjective> for WasmVestaGProjective
impl AsRef<WasmVestaGProjective> for WasmVestaGProjective
Source§fn as_ref(&self) -> &WasmVestaGProjective
fn as_ref(&self) -> &WasmVestaGProjective
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for WasmVestaGProjective
impl Clone for WasmVestaGProjective
Source§fn clone(&self) -> WasmVestaGProjective
fn clone(&self) -> WasmVestaGProjective
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 Deref for WasmVestaGProjective
impl Deref for WasmVestaGProjective
Source§impl From<&Projective<VestaParameters>> for WasmVestaGProjective
impl From<&Projective<VestaParameters>> for WasmVestaGProjective
Source§impl From<&WasmVestaGProjective> for ProjectiveVesta
impl From<&WasmVestaGProjective> for ProjectiveVesta
Source§fn from(x: &WasmVestaGProjective) -> Self
fn from(x: &WasmVestaGProjective) -> Self
Converts to this type from the input type.
Source§impl From<Projective<VestaParameters>> for WasmVestaGProjective
impl From<Projective<VestaParameters>> for WasmVestaGProjective
Source§impl From<WasmVestaGProjective> for JsValue
impl From<WasmVestaGProjective> for JsValue
Source§fn from(value: WasmVestaGProjective) -> Self
fn from(value: WasmVestaGProjective) -> Self
Converts to this type from the input type.
Source§impl From<WasmVestaGProjective> for ProjectiveVesta
impl From<WasmVestaGProjective> for ProjectiveVesta
Source§fn from(x: WasmVestaGProjective) -> Self
fn from(x: WasmVestaGProjective) -> Self
Converts to this type from the input type.
Source§impl FromWasmAbi for WasmVestaGProjective
impl FromWasmAbi for WasmVestaGProjective
Source§impl IntoWasmAbi for WasmVestaGProjective
impl IntoWasmAbi for WasmVestaGProjective
Source§impl Neg for &WasmVestaGProjective
impl Neg for &WasmVestaGProjective
Source§impl Neg for WasmVestaGProjective
impl Neg for WasmVestaGProjective
Source§impl RefFromWasmAbi for WasmVestaGProjective
impl RefFromWasmAbi for WasmVestaGProjective
Source§type Anchor = Ref<'static, WasmVestaGProjective>
type Anchor = Ref<'static, WasmVestaGProjective>
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 Sub for &WasmVestaGProjective
impl Sub for &WasmVestaGProjective
Source§impl Sub for WasmVestaGProjective
impl Sub for WasmVestaGProjective
Source§impl VectorFromWasmAbi for WasmVestaGProjective
impl VectorFromWasmAbi for WasmVestaGProjective
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmVestaGProjective]>
Source§impl VectorIntoWasmAbi for WasmVestaGProjective
impl VectorIntoWasmAbi for WasmVestaGProjective
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmVestaGProjective]>) -> Self::Abi
Source§impl WasmDescribeVector for WasmVestaGProjective
impl WasmDescribeVector for WasmVestaGProjective
impl Copy for WasmVestaGProjective
Auto Trait Implementations§
impl Freeze for WasmVestaGProjective
impl RefUnwindSafe for WasmVestaGProjective
impl Send for WasmVestaGProjective
impl Sync for WasmVestaGProjective
impl Unpin for WasmVestaGProjective
impl UnwindSafe for WasmVestaGProjective
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
.