pub struct ModInv32Signed30 { /* private fields */ }Expand description
| A signed 30-bit limb representation | of integers. | | Its value is sum(v[i] * 2^(30*i), i=0..8). |
Auto Trait Implementations§
impl Freeze for ModInv32Signed30
impl RefUnwindSafe for ModInv32Signed30
impl Send for ModInv32Signed30
impl Sync for ModInv32Signed30
impl Unpin for ModInv32Signed30
impl UnwindSafe for ModInv32Signed30
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