retro_camera_start_t

Type Alias retro_camera_start_t 

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

Starts the camera driver. Can only be called in retro_run().

Aliased Type§

pub enum retro_camera_start_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.