Type Alias PFNGLWINDOWPOS4SVMESAPROC

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

Aliased Type§

pub enum PFNGLWINDOWPOS4SVMESAPROC {
    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.