pub type retro_set_eject_state_t = Option<unsafe extern "C" fn(ejected: bool) -> bool>;Expand description
If ejected is true, “ejects” the virtual disk tray. When ejected, the disk image index can be set.
Aliased Type§
pub enum retro_set_eject_state_t {
None,
Some(unsafe extern "C" fn(bool) -> bool),
}