Struct gtk4_sys::GtkListBoxRow [−][src]
#[repr(C)]pub struct GtkListBoxRow {
pub parent_instance: GtkWidget,
}
Fields
parent_instance: GtkWidget
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for GtkListBoxRow
impl !Send for GtkListBoxRow
impl !Sync for GtkListBoxRow
impl Unpin for GtkListBoxRow
impl UnwindSafe for GtkListBoxRow
Blanket Implementations
Mutably borrows from an owned value. Read more