Struct eikon3ds_core::emulator::Emulator
source · struct Emulator {
memory_bus_state: MemoryBusState,
}
Fields§
§memory_bus_state: MemoryBusState
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Emulator
impl Send for Emulator
impl Sync for Emulator
impl Unpin for Emulator
impl UnwindSafe for Emulator
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