Struct libpanel_sys::PanelGridClass
source · #[repr(C)]pub struct PanelGridClass {
pub parent_class: GtkWidgetClass,
pub create_frame: Option<unsafe extern "C" fn(_: *mut PanelGrid) -> *mut PanelFrame>,
pub _reserved: [gpointer; 12],
}
Fields§
§parent_class: GtkWidgetClass
§create_frame: Option<unsafe extern "C" fn(_: *mut PanelGrid) -> *mut PanelFrame>
§_reserved: [gpointer; 12]
Trait Implementations§
source§impl Clone for PanelGridClass
impl Clone for PanelGridClass
source§fn clone(&self) -> PanelGridClass
fn clone(&self) -> PanelGridClass
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more