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