Skip to main content

PspDebugInputHandler

Type Alias PspDebugInputHandler 

Source
pub type PspDebugInputHandler = Option<unsafe extern "C" fn(data: *mut c_char, len: c_int) -> c_int>;
Expand description

Type for the debug input handler

Aliased Type§

pub enum PspDebugInputHandler {
    None,
    Some(unsafe extern "C" fn(*mut i8, i32) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut i8, i32) -> i32)

Some value of type T.