PFNGLWINDOWPOS2DVMESAPROC

Type Alias PFNGLWINDOWPOS2DVMESAPROC 

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

Aliased Type§

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

Variants§

§1.0.0

None

No value.

§1.0.0

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

Some value of type T.