Enum regalloc2::InstOrEdit
source · Expand description
Wrapper around either an original instruction or an inserted edit.
Variants§
Trait Implementations§
source§impl<'a> Clone for InstOrEdit<'a>
impl<'a> Clone for InstOrEdit<'a>
source§fn clone(&self) -> InstOrEdit<'a>
fn clone(&self) -> InstOrEdit<'a>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more