PFNGLWINDOWPOS2SPROC

Type Alias PFNGLWINDOWPOS2SPROC 

Source
pub type PFNGLWINDOWPOS2SPROC = Option<unsafe extern "C" fn(x: GLshort, y: GLshort)>;

Aliased Type§

pub enum PFNGLWINDOWPOS2SPROC {
    None,
    Some(unsafe extern "C" fn(i16, i16)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(i16, i16))

Some value of type T.