pub struct VReg(pub u32);Expand description
Virtual register (unlimited supply, created during instruction selection).
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for VReg
impl Eq for VReg
impl StructuralPartialEq for VReg
Auto Trait Implementations§
impl Freeze for VReg
impl RefUnwindSafe for VReg
impl Send for VReg
impl Sync for VReg
impl Unpin for VReg
impl UnsafeUnpin for VReg
impl UnwindSafe for VReg
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