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

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

Required Methods

Implementors