pub struct NMod;Expand description
Modulus which impls ConstMontyParams
Trait Implementations§
Source§impl ConstMontyParams<{ <$uint_type>::LIMBS }> for NMod
impl ConstMontyParams<{ <$uint_type>::LIMBS }> for NMod
impl Copy for NMod
impl Eq for NMod
impl StructuralPartialEq for NMod
Auto Trait Implementations§
impl Freeze for NMod
impl RefUnwindSafe for NMod
impl Send for NMod
impl Sync for NMod
impl Unpin for NMod
impl UnsafeUnpin for NMod
impl UnwindSafe for NMod
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