pub struct VRegVal(/* private fields */);
Available on crate feature
interp
only.Expand description
A v
register value: vectors.
Trait Implementations§
impl Copy for VRegVal
Auto Trait Implementations§
impl Freeze for VRegVal
impl RefUnwindSafe for VRegVal
impl Send for VRegVal
impl Sync for VRegVal
impl Unpin for VRegVal
impl UnwindSafe for VRegVal
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