Struct gtk_sys::GtkGLAreaClass[][src]

#[repr(C)]
pub struct GtkGLAreaClass { pub parent_class: GtkWidgetClass, pub render: Option<unsafe extern "C" fn(_: *mut GtkGLArea, _: *mut GdkGLContext) -> gboolean>, pub resize: Option<unsafe extern "C" fn(_: *mut GtkGLArea, _: c_int, _: c_int)>, pub create_context: Option<unsafe extern "C" fn(_: *mut GtkGLArea) -> *mut GdkGLContext>, pub _padding: [gpointer; 6], }

Fields

Trait Implementations

impl Copy for GtkGLAreaClass
[src]

impl Clone for GtkGLAreaClass
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GtkGLAreaClass
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations