pub struct Register2(pub Register);Expand description
Register passed as a second instruction argument.
Tuple Fields§
§0: RegisterTrait Implementations§
Auto Trait Implementations§
impl Freeze for Register2
impl RefUnwindSafe for Register2
impl Send for Register2
impl Sync for Register2
impl Unpin for Register2
impl UnwindSafe for Register2
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