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