pub struct Modulus<'a, M> {
limbs: &'a [u64],
n0: N0,
len_bits: BitLength,
m: PhantomData<M>,
cpu_features: Features,
}
Fields§
§limbs: &'a [u64]
§n0: N0
§len_bits: BitLength
§m: PhantomData<M>
§cpu_features: Features
Implementations§
Auto Trait Implementations§
impl<'a, M> Freeze for Modulus<'a, M>
impl<'a, M> RefUnwindSafe for Modulus<'a, M>where
M: RefUnwindSafe,
impl<'a, M> Send for Modulus<'a, M>where
M: Send,
impl<'a, M> Sync for Modulus<'a, M>where
M: Sync,
impl<'a, M> Unpin for Modulus<'a, M>where
M: Unpin,
impl<'a, M> UnwindSafe for Modulus<'a, M>where
M: UnwindSafe,
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