rvvm_reset_handler_t

Type Alias rvvm_reset_handler_t 

Source
pub type rvvm_reset_handler_t = Option<unsafe extern "C" fn(machine: *mut rvvm_machine_t, data: *mut c_void, reset: bool) -> bool>;

Aliased Type§

pub enum rvvm_reset_handler_t {
    None,
    Some(unsafe extern "C" fn(*mut rvvm_machine_t, *mut c_void, bool) -> bool),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut rvvm_machine_t, *mut c_void, bool) -> bool)

Some value of type T.