[][src]Trait zinc64_emu::system::autostart::Image

pub trait Image {
    fn mount(&mut self, c64: &mut C64);
fn unmount(&mut self, c64: &mut C64); }

Required methods

fn mount(&mut self, c64: &mut C64)

fn unmount(&mut self, c64: &mut C64)

Loading content...

Implementors

Loading content...