Struct gtk4_sys::GtkFrameClass [−][src]
#[repr(C)]pub struct GtkFrameClass {
pub parent_class: GtkWidgetClass,
pub compute_child_allocation: Option<unsafe extern "C" fn(_: *mut GtkFrame, _: *mut GtkAllocation)>,
pub padding: [gpointer; 8],
}
Fields
parent_class: GtkWidgetClass
compute_child_allocation: Option<unsafe extern "C" fn(_: *mut GtkFrame, _: *mut GtkAllocation)>
padding: [gpointer; 8]
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkFrameClass
impl !Send for GtkFrameClass
impl !Sync for GtkFrameClass
impl Unpin for GtkFrameClass
impl UnwindSafe for GtkFrameClass
Blanket Implementations
Mutably borrows from an owned value. Read more