struct Modulus {
p: [u64; 6],
rr: [u64; 6],
}
Fields§
§p: [u64; 6]
§rr: [u64; 6]
Auto Trait Implementations§
impl Freeze for Modulus
impl RefUnwindSafe for Modulus
impl Send for Modulus
impl Sync for Modulus
impl Unpin 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