Struct alacritty::gl::FnPtr [−][src]
Fields
f: *const c_voidThe function pointer that will be used when calling the function.
is_loaded: boolTrue if the pointer points to a real function, false if points to a panic! fn.
f: *const c_voidThe function pointer that will be used when calling the function.
is_loaded: boolTrue if the pointer points to a real function, false if points to a panic! fn.