retro_camera_stop_t

Type Alias retro_camera_stop_t 

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

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

Aliased Type§

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