retro_get_eject_state_t

Type Alias retro_get_eject_state_t 

Source
pub type retro_get_eject_state_t = Option<unsafe extern "C" fn() -> bool>;
Expand description

Gets current eject state. The initial state is ‘not ejected’.

Aliased Type§

pub enum retro_get_eject_state_t {
    None,
    Some(unsafe extern "C" fn() -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn() -> bool)

Some value of type T.