Struct libnoentiendo::systems::c64::C64SystemConfig
source · pub struct C64SystemConfig {
pub mapping: KeyMappingStrategy,
}
Expand description
Configuration for a Commodore 64 system.
Fields§
§mapping: KeyMappingStrategy
Trait Implementations§
source§impl BuildableSystem<C64SystemRoms, C64SystemConfig> for C64System
impl BuildableSystem<C64SystemRoms, C64SystemConfig> for C64System
source§fn build(
roms: C64SystemRoms,
config: C64SystemConfig,
platform: Arc<dyn PlatformProvider>
) -> Box<dyn System>
fn build( roms: C64SystemRoms, config: C64SystemConfig, platform: Arc<dyn PlatformProvider> ) -> Box<dyn System>
Instantiate this system from the given roms, configuration, and with I/O provided by the given
platform provider.
Auto Trait Implementations§
impl RefUnwindSafe for C64SystemConfig
impl Send for C64SystemConfig
impl Sync for C64SystemConfig
impl Unpin for C64SystemConfig
impl UnwindSafe for C64SystemConfig
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