pub struct WasmPallasGProjective(/* private fields */);
Trait Implementations§
Source§impl Add for &WasmPallasGProjective
impl Add for &WasmPallasGProjective
Source§impl Add for WasmPallasGProjective
impl Add 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
Source§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 for &WasmPallasGProjective
impl Sub for &WasmPallasGProjective
Source§impl Sub for WasmPallasGProjective
impl Sub for WasmPallasGProjective
Source§impl VectorFromWasmAbi for WasmPallasGProjective
impl VectorFromWasmAbi for WasmPallasGProjective
type Abi = <Box<[JsValue]> as FromWasmAbi>::Abi
unsafe fn vector_from_abi(js: Self::Abi) -> Box<[WasmPallasGProjective]>
Source§impl VectorIntoWasmAbi for WasmPallasGProjective
impl VectorIntoWasmAbi for WasmPallasGProjective
type Abi = <Box<[JsValue]> as IntoWasmAbi>::Abi
fn vector_into_abi(vector: Box<[WasmPallasGProjective]>) -> Self::Abi
Source§impl WasmDescribeVector for WasmPallasGProjective
impl WasmDescribeVector for WasmPallasGProjective
impl Copy for WasmPallasGProjective
Auto Trait Implementations§
impl Freeze for WasmPallasGProjective
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
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
.