Type Alias PFNGLWINDOWPOS3DVMESAPROC

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

Aliased Type§

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