Type Alias sdl2_sys::XIOErrorHandler
source · pub type XIOErrorHandler = Option<unsafe extern "C" fn(arg1: *mut Display) -> c_int>;
Aliased Type§
enum XIOErrorHandler {
None,
Some(unsafe extern "C" fn(_: *mut _XDisplay) -> i32),
}