#[derive(Debug, Clone, PartialEq, Eq, Default)] pub enum BootTarget { #[default] Hub, Cartridge { path: String, debug: bool, debug_port: u16, }, }