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