pub struct WDML(_);
Expand description
Multiply 128bit
Implementations§
Trait Implementations§
source§impl<'de> Deserialize<'de> for WDML
impl<'de> Deserialize<'de> for WDML
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<WDML> for Instruction
impl From<WDML> for Instruction
source§impl PartialEq<WDML> for WDML
impl PartialEq<WDML> for WDML
impl Copy for WDML
impl Eq for WDML
impl StructuralEq for WDML
impl StructuralPartialEq for WDML
Auto Trait Implementations§
impl RefUnwindSafe for WDML
impl Send for WDML
impl Sync for WDML
impl Unpin for WDML
impl UnwindSafe for WDML
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