pub struct WQMD(/* private fields */);
Expand description
Fused multiply-divide 256bit
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for WQMD
impl<'de> Deserialize<'de> for WQMD
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<WQMD> for Instruction
impl From<WQMD> for Instruction
source§impl FromWasmAbi for WQMD
impl FromWasmAbi for WQMD
source§impl IntoWasmAbi for WQMD
impl IntoWasmAbi for WQMD
source§impl LongRefFromWasmAbi for WQMD
impl LongRefFromWasmAbi for WQMD
source§impl OptionFromWasmAbi for WQMD
impl OptionFromWasmAbi for WQMD
source§impl OptionIntoWasmAbi for WQMD
impl OptionIntoWasmAbi for WQMD
source§impl RefFromWasmAbi for WQMD
impl RefFromWasmAbi for WQMD
source§impl RefMutFromWasmAbi for WQMD
impl RefMutFromWasmAbi for WQMD
source§impl TryFromJsValue for WQMD
impl TryFromJsValue for WQMD
source§impl VectorFromWasmAbi for WQMD
impl VectorFromWasmAbi for WQMD
source§impl VectorIntoWasmAbi for WQMD
impl VectorIntoWasmAbi for WQMD
impl Copy for WQMD
impl Eq for WQMD
impl StructuralPartialEq for WQMD
Auto Trait Implementations§
impl Freeze for WQMD
impl RefUnwindSafe for WQMD
impl Send for WQMD
impl Sync for WQMD
impl Unpin for WQMD
impl UnwindSafe for WQMD
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
.