pub enum RegType {
XReg,
FReg,
VReg,
}
Available on crate feature
interp
only.Expand description
The type of a register in the Pulley machine state.
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RegType
impl RefUnwindSafe for RegType
impl Send for RegType
impl Sync for RegType
impl Unpin for RegType
impl UnwindSafe for RegType
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