struct MontyReducer {
n0inv: u64,
}
Fields§
§n0inv: u64
Implementations§
Auto Trait Implementations§
impl Freeze for MontyReducer
impl RefUnwindSafe for MontyReducer
impl Send for MontyReducer
impl Sync for MontyReducer
impl Unpin for MontyReducer
impl UnwindSafe for MontyReducer
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