[−][src]Struct lc3tools_sys::root::lc3::core::MachineState
Fields
mem: vectorregs: [u32; 8]pc: u32sys_call_types: stack<deque>logger: *mut Loggerpre_instruction_callback_v: boolpost_instruction_callback_v: boolinterrupt_enter_callback_v: boolinterrupt_exit_callback_v: boolexception_enter_callback_v: boolexception_exit_callback_v: boolsub_enter_callback_v: boolsub_exit_callback_v: boolwait_for_input_callback_v: boolpre_instruction_callback: callback_func_tpost_instruction_callback: callback_func_tinterrupt_enter_callback: callback_func_tinterrupt_exit_callback: callback_func_texception_enter_callback: callback_func_texception_exit_callback: callback_func_tsub_enter_callback: callback_func_tsub_exit_callback: callback_func_twait_for_input_callback: callback_func_tsimulator: *mut simignore_privilege: boolImplementations
impl MachineState[src]
pub unsafe fn readMemEvent(
&self,
addr: u32,
change_mem: *mut bool,
change: *mut shared_ptr
) -> u32[src]
&self,
addr: u32,
change_mem: *mut bool,
change: *mut shared_ptr
) -> u32
pub unsafe fn readMemSafe(&mut self, addr: u32) -> u32[src]
pub unsafe fn readMemRaw(&self, addr: u32) -> u32[src]
pub unsafe fn writeMemEvent(
&mut self,
addr: u32,
value: u16,
change_mem: *mut bool,
change: *mut shared_ptr
)[src]
&mut self,
addr: u32,
value: u16,
change_mem: *mut bool,
change: *mut shared_ptr
)
pub unsafe fn writeMemSafe(&mut self, addr: u32, value: u16)[src]
pub unsafe fn writeMemRaw(&mut self, addr: u32, value: u16)[src]
Trait Implementations
impl Default for MachineState[src]
Auto Trait Implementations
impl !RefUnwindSafe for MachineState
impl !Send for MachineState
impl !Sync for MachineState
impl Unpin for MachineState
impl !UnwindSafe for MachineState
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,