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