SDL_AssertionHandler

Type Alias SDL_AssertionHandler 

Source
pub type SDL_AssertionHandler = Option<unsafe extern "C" fn(data: *const SDL_AssertData, userdata: *mut c_void) -> SDL_AssertState>;

Aliased Type§

pub enum SDL_AssertionHandler {
    None,
    Some(unsafe extern "C" fn(*const SDL_AssertData, *mut c_void) -> u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const SDL_AssertData, *mut c_void) -> u32)

Some value of type T.