pub struct VRegVal(/* private fields */);
Expand description
A v
register value: vectors.
Implementations§
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