pub struct RegValue {
pub reg: Reg,
pub ty: ValType,
}Expand description
A typed value currently on the lowering stack.
Fields§
§reg: Reg§ty: ValTypeTrait Implementations§
impl Copy for RegValue
impl Eq for RegValue
impl StructuralPartialEq for RegValue
Auto Trait Implementations§
impl Freeze for RegValue
impl RefUnwindSafe for RegValue
impl Send for RegValue
impl Sync for RegValue
impl Unpin for RegValue
impl UnsafeUnpin for RegValue
impl UnwindSafe for RegValue
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