Struct libnoentiendo::systems::vic::Vic20SystemConfig
source · pub struct Vic20SystemConfig {
pub mapping: KeyMappingStrategy,
}
Expand description
Configuration for a VIC-20 system.
Fields§
§mapping: KeyMappingStrategy
Trait Implementations§
source§impl BuildableSystem<Vic20SystemRoms, Vic20SystemConfig> for Vic20System
impl BuildableSystem<Vic20SystemRoms, Vic20SystemConfig> for Vic20System
source§fn build(
roms: Vic20SystemRoms,
config: Vic20SystemConfig,
platform: Arc<dyn PlatformProvider>
) -> Box<dyn System>
fn build( roms: Vic20SystemRoms, config: Vic20SystemConfig, 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 Vic20SystemConfig
impl Send for Vic20SystemConfig
impl Sync for Vic20SystemConfig
impl Unpin for Vic20SystemConfig
impl UnwindSafe for Vic20SystemConfig
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