Type Alias sdl2_sys::SDL_AssertionHandler
source · pub type SDL_AssertionHandler = Option<unsafe extern "C" fn(data: *const SDL_AssertData, userdata: *mut c_void) -> SDL_AssertState>;
Aliased Type§
enum SDL_AssertionHandler {
None,
Some(unsafe extern "C" fn(_: *const SDL_AssertData, _: *mut c_void) -> SDL_AssertState),
}
Variants§
None
No value.
Some(unsafe extern "C" fn(_: *const SDL_AssertData, _: *mut c_void) -> SDL_AssertState)
Some value of type T
.