Type Alias sdl2_sys::XIMProc

source ·
pub type XIMProc = Option<unsafe extern "C" fn(arg1: XIM, arg2: XPointer, arg3: XPointer)>;

Aliased Type§

enum XIMProc {
    None,
    Some(unsafe extern "C" fn(_: *mut _XIM, _: *mut i8, _: *mut i8)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut _XIM, _: *mut i8, _: *mut i8))

Some value of type T.