Struct osiris_process::register::state::CpuState
source · pub struct CpuState {
pub current: Address,
pub operation: OperationState,
pub stack: WordStack,
pub bank: Bank,
pub vector: Vector,
pub flag_debug: bool,
pub flag_skip: bool,
pub flag_halt: bool,
}Fields§
§current: Address§operation: OperationState§stack: WordStack§bank: Bank§vector: Vector§flag_debug: bool§flag_skip: bool§flag_halt: boolImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CpuState
impl RefUnwindSafe for CpuState
impl Send for CpuState
impl Sync for CpuState
impl Unpin for CpuState
impl UnwindSafe for CpuState
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