Struct lc3_ensemble::sim::io::EmptyIO
source · pub struct EmptyIO;Expand description
No IO. All reads and writes are unsuccessful.
If IO status registers are accessed while this is the active IO type, all IO-related traps will hang.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EmptyIO
impl RefUnwindSafe for EmptyIO
impl Send for EmptyIO
impl Sync for EmptyIO
impl Unpin for EmptyIO
impl UnwindSafe for EmptyIO
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