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