struct RoundEquation {
pub source: usize,
pub target: (CurrOrNext, usize),
}Expand description
An equation of the form (curr | next)[i] = round(curr[j])
Fields§
§source: usize§target: (CurrOrNext, usize)Auto Trait Implementations§
impl Freeze for RoundEquation
impl RefUnwindSafe for RoundEquation
impl Send for RoundEquation
impl Sync for RoundEquation
impl Unpin for RoundEquation
impl UnwindSafe for RoundEquation
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