pub struct LoadAndExecute;Expand description
Helper to provide microcode for LoadAndExecute of an instruction, including halt-bug handling and enabling IME state ticking.
Trait Implementations§
Source§impl From<LoadAndExecute> for InstrBuilder
impl From<LoadAndExecute> for InstrBuilder
Source§fn from(_: LoadAndExecute) -> Self
fn from(_: LoadAndExecute) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for LoadAndExecute
impl RefUnwindSafe for LoadAndExecute
impl Send for LoadAndExecute
impl Sync for LoadAndExecute
impl Unpin for LoadAndExecute
impl UnwindSafe for LoadAndExecute
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