pub struct MLDV(/* private fields */);
Expand description
Fused multiply-divide with arbitrary precision intermediate step.
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for MLDV
impl<'de> Deserialize<'de> for MLDV
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<MLDV> for Instruction
impl From<MLDV> for Instruction
source§impl FromWasmAbi for MLDV
impl FromWasmAbi for MLDV
source§impl IntoWasmAbi for MLDV
impl IntoWasmAbi for MLDV
source§impl LongRefFromWasmAbi for MLDV
impl LongRefFromWasmAbi for MLDV
source§impl OptionFromWasmAbi for MLDV
impl OptionFromWasmAbi for MLDV
source§impl OptionIntoWasmAbi for MLDV
impl OptionIntoWasmAbi for MLDV
source§impl RefFromWasmAbi for MLDV
impl RefFromWasmAbi for MLDV
source§impl RefMutFromWasmAbi for MLDV
impl RefMutFromWasmAbi for MLDV
source§impl TryFromJsValue for MLDV
impl TryFromJsValue for MLDV
source§impl VectorFromWasmAbi for MLDV
impl VectorFromWasmAbi for MLDV
source§impl VectorIntoWasmAbi for MLDV
impl VectorIntoWasmAbi for MLDV
impl Copy for MLDV
impl Eq for MLDV
impl StructuralPartialEq for MLDV
Auto Trait Implementations§
impl Freeze for MLDV
impl RefUnwindSafe for MLDV
impl Send for MLDV
impl Sync for MLDV
impl Unpin for MLDV
impl UnwindSafe for MLDV
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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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
.