retro_camera_lifetime_status_t

Type Alias retro_camera_lifetime_status_t 

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

Callback which signals when the camera driver is initialized and/or deinitialized. retro_camera_start_t can be called in initialized callback.

Aliased Type§

pub enum retro_camera_lifetime_status_t {
    None,
    Some(unsafe extern "C" fn()),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn())

Some value of type T.