Type Alias PFNGLWINDOWPOS2SVMESAPROC

Source
pub type PFNGLWINDOWPOS2SVMESAPROC = Option<unsafe extern "C" fn(v: *const GLshort)>;

Aliased Type§

pub enum PFNGLWINDOWPOS2SVMESAPROC {
    None,
    Some(unsafe extern "C" fn(*const i16)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(*const i16))

Some value of type T.