pub struct Edit {
pub at: At,
pub mov: Move<Place>,
pub class: RegClass,
}Expand description
One move the places did not already make true.
Fields§
§at: AtWhere in the function it goes.
mov: Move<Place>What it moves, and where to.
class: RegClassThe class both places are in, which is what says how wide the move is.
Trait Implementations§
impl Copy for Edit
impl Eq for Edit
impl StructuralPartialEq for Edit
Auto Trait Implementations§
impl Freeze for Edit
impl RefUnwindSafe for Edit
impl Send for Edit
impl Sync for Edit
impl Unpin for Edit
impl UnsafeUnpin for Edit
impl UnwindSafe for Edit
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