pub struct WasmPallasGProjective(_);
Trait Implementations§
source§impl Add<&WasmPallasGProjective> for &WasmPallasGProjective
impl Add<&WasmPallasGProjective> for &WasmPallasGProjective
source§impl AsRef<WasmPallasGProjective> for WasmPallasGProjective
impl AsRef<WasmPallasGProjective> for WasmPallasGProjective
source§fn as_ref(&self) -> &WasmPallasGProjective
fn as_ref(&self) -> &WasmPallasGProjective
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Clone for WasmPallasGProjective
impl Clone for WasmPallasGProjective
source§fn clone(&self) -> WasmPallasGProjective
fn clone(&self) -> WasmPallasGProjective
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 WasmPallasGProjective
impl Deref for WasmPallasGProjective
source§impl From<&Projective<PallasParameters>> for WasmPallasGProjective
impl From<&Projective<PallasParameters>> for WasmPallasGProjective
source§impl From<&WasmPallasGProjective> for ProjectivePallas
impl From<&WasmPallasGProjective> for ProjectivePallas
source§fn from(x: &WasmPallasGProjective) -> Self
fn from(x: &WasmPallasGProjective) -> Self
Converts to this type from the input type.
source§impl From<Projective<PallasParameters>> for WasmPallasGProjective
impl From<Projective<PallasParameters>> for WasmPallasGProjective
source§impl From<WasmPallasGProjective> for JsValue
impl From<WasmPallasGProjective> for JsValue
source§fn from(value: WasmPallasGProjective) -> Self
fn from(value: WasmPallasGProjective) -> Self
Converts to this type from the input type.
source§impl From<WasmPallasGProjective> for ProjectivePallas
impl From<WasmPallasGProjective> for ProjectivePallas
source§fn from(x: WasmPallasGProjective) -> Self
fn from(x: WasmPallasGProjective) -> Self
Converts to this type from the input type.
source§impl FromWasmAbi for WasmPallasGProjective
impl FromWasmAbi for WasmPallasGProjective
source§impl IntoWasmAbi for WasmPallasGProjective
impl IntoWasmAbi for WasmPallasGProjective
source§impl Neg for &WasmPallasGProjective
impl Neg for &WasmPallasGProjective
source§impl Neg for WasmPallasGProjective
impl Neg for WasmPallasGProjective
source§impl RefFromWasmAbi for WasmPallasGProjective
impl RefFromWasmAbi for WasmPallasGProjective
§type Anchor = Ref<'static, WasmPallasGProjective>
type Anchor = Ref<'static, WasmPallasGProjective>
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<&WasmPallasGProjective> for &WasmPallasGProjective
impl Sub<&WasmPallasGProjective> for &WasmPallasGProjective
impl Copy for WasmPallasGProjective
Auto Trait Implementations§
impl RefUnwindSafe for WasmPallasGProjective
impl Send for WasmPallasGProjective
impl Sync for WasmPallasGProjective
impl Unpin for WasmPallasGProjective
impl UnwindSafe for WasmPallasGProjective
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
.