#[repr(transparent)]pub struct SmInstr(pub u32);
Expand description
Read to see the instruction currently addressed by state machine 2’s program counter Write to execute an instruction immediately (including jumps) and then resume execution.
Tuple Fields§
§0: u32
Implementations§
Trait Implementations§
impl Copy for SmInstr
impl Eq for SmInstr
impl StructuralPartialEq for SmInstr
Auto Trait Implementations§
impl Freeze for SmInstr
impl RefUnwindSafe for SmInstr
impl Send for SmInstr
impl Sync for SmInstr
impl Unpin for SmInstr
impl UnwindSafe for SmInstr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)