pub struct ECOP(/* private fields */);
Expand description
Given some curve, performs an operation on points
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ECOP
impl<'de> Deserialize<'de> for ECOP
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<ECOP> for Instruction
impl From<ECOP> for Instruction
Source§impl FromWasmAbi for ECOP
impl FromWasmAbi for ECOP
Source§impl IntoWasmAbi for ECOP
impl IntoWasmAbi for ECOP
Source§impl LongRefFromWasmAbi for ECOP
impl LongRefFromWasmAbi for ECOP
Source§impl OptionFromWasmAbi for ECOP
impl OptionFromWasmAbi for ECOP
Source§impl OptionIntoWasmAbi for ECOP
impl OptionIntoWasmAbi for ECOP
Source§impl RefFromWasmAbi for ECOP
impl RefFromWasmAbi for ECOP
Source§impl RefMutFromWasmAbi for ECOP
impl RefMutFromWasmAbi for ECOP
Source§impl TryFromJsValue for ECOP
impl TryFromJsValue for ECOP
Source§impl VectorFromWasmAbi for ECOP
impl VectorFromWasmAbi for ECOP
Source§impl VectorIntoWasmAbi for ECOP
impl VectorIntoWasmAbi for ECOP
impl Copy for ECOP
impl Eq for ECOP
impl StructuralPartialEq for ECOP
impl SupportsConstructor for ECOP
impl SupportsInstanceProperty for ECOP
impl SupportsStaticProperty for ECOP
Auto Trait Implementations§
impl Freeze for ECOP
impl RefUnwindSafe for ECOP
impl Send for ECOP
impl Sync for ECOP
impl Unpin for ECOP
impl UnwindSafe for ECOP
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,
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
.