pub struct Barrett { /* private fields */ }
Expand description
Pair of $m$ and $\lceil 2^{64}/m \rceil$.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for Barrett
impl RefUnwindSafe for Barrett
impl Send for Barrett
impl Sync for Barrett
impl Unpin for Barrett
impl UnwindSafe for Barrett
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