Type Alias PFNGLXWAITFORMSCOMLPROC

Source
pub type PFNGLXWAITFORMSCOMLPROC = Option<unsafe extern "C" fn(dpy: *mut Display, drawable: GLXDrawable, target_msc: i64, divisor: i64, remainder: i64, ust: *mut i64, msc: *mut i64, sbc: *mut i64) -> c_int>;

Aliased Type§

pub enum PFNGLXWAITFORMSCOMLPROC {
    None,
    Some(unsafe extern "C" fn(*mut _XDisplay, u64, i64, i64, i64, *mut i64, *mut i64, *mut i64) -> i32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*mut _XDisplay, u64, i64, i64, i64, *mut i64, *mut i64, *mut i64) -> i32)

Some value of type T.