pub struct InstructionRegister {
pub target: Target,
pub action: Action,
}Fields§
§target: Target§action: ActionTrait Implementations§
Source§impl Debug for InstructionRegister
impl Debug for InstructionRegister
Auto Trait Implementations§
impl Freeze for InstructionRegister
impl RefUnwindSafe for InstructionRegister
impl Send for InstructionRegister
impl Sync for InstructionRegister
impl Unpin for InstructionRegister
impl UnsafeUnpin for InstructionRegister
impl UnwindSafe for InstructionRegister
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